-
Notifications
You must be signed in to change notification settings - Fork 55
Bookmark all tabs and import/export bookmarks #26
Comments
I think this is a reasonable feature. I have one question though, the first screenshot you posted is showing downloading of an PS: I saw your issue at Bromite. I think if you explained as you did here maybe @csagan5 will consider this too. EDIT: ok I see it is just an example for saving the bookmarks. Now I get the idea. |
Thank you for your reply! |
@wchen342 google literally said this: https://bugs.chromium.org/p/chromium/issues/detail?id=1026222#c20 and marked it as wontfix with a bunch of bullshit |
Well I won't comment on why they made the decision but technically it shouldn't be so hard for them to add this (they don't even need to modify C++ codes, only Android codes unless they want to optimize for opening 100+ tabs at the same time, but I doubt Android can handle that many tabs anyway). |
Ok, so this is a feature which already works on desktop. The only difficult part to implement would be the dialog, see https://github.com/chromium/chromium/blob/83.0.4103.93/chrome/browser/ui/bookmarks/bookmark_utils_desktop.cc#L181 (I don't think that is going to work on Android). This feature has gone through some evolution, see the original implementation in 2009: chromium/chromium@b3ac5c8#diff-ef00add727ca12536c383b5f9e8fffbeR626 The feature could be implemented without the UI, using some automatically-generated folder name. I might add it in such way in Bromite. |
@csagan5 Interesting. It seems only the open window part needs to be substituted. If you are going to work on this then I will leave this to you. |
@wchen342 not on the window part, you can work on that if you like - either now or after I have some PoC. |
Is your feature request fall into the scope of ungoogled-chromium?
Please explain why the feature request aligns with the goal of ungoogled-chromium. [...]
In one word: freedom. Google currently tells users to use Chrome Sync to open all of their tabs from their mobile device on their desktop device and to bookmark all of them there. You also cannot import or export bookmarks.
Please describe the feature you would like to have
A clear and concise description of what the problem is. [...]
Users are trapped with tabs (and bookmarks)
Describe the solution you'd like
A clear and concise description of what you want to happen.
Bookmark all tabs and import/export bookmarks (if not added already). The Brave and Chromium issues linked below have a bunch of ideas. Basically the consensus is:
Bromite patch for importing/exporting bookmarks
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Perhaps exporting and importing tabs to a file? This is what various extensions such as The Great Suspender do.
Additional context
Add any other context or screenshots about the feature request here.
brave/brave-browser#9443
Download prompt:
Choose folder:
Edit bookmark:
Bookmark all tabs dialog on desktop:
The text was updated successfully, but these errors were encountered: