eric-bixby / auto-sort-bookmarks-webext

Firefox add-on to sort bookmarks by multiple criteria
GNU General Public License v3.0
112 stars 20 forks source link

Chrome support #38

Open Riajyuu opened 7 years ago

Riajyuu commented 7 years ago

Is it possible to port this extension to Opera and Google Chrome? Though API restriction can be an issue.

eric-bixby commented 7 years ago

The auto-sort-bookmarks add-on uses the Mozilla API, which is not currently supported by Opera nor Google Chrome. However, I haven't tried it, but apparently, you can port Google Chrome and Opera extensions (WebExtensions) to Firefox: https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Porting_a_Google_Chrome_extension

For Google Chrome, try Sprucemarks: https://github.com/ForestMist/sprucemarks

smaragdus commented 4 years ago

@eric-bixby

Sprucemarks has become commercial extension and its GitHub page was deleted. I am not aware of a really good alternative to Auto-Sort Bookmarks for Chromium browsers- all I have checked are either abandoned long time ago or are very primitive. I would like to see Auto-Sort Bookmarks ported to Chromium in the future if possible as I have switched from Firefox to a Chromium fork long ago.

eric-bixby commented 4 years ago

Yes, I’ve been thinking about doing that. I was bummed that Sprucemark is no longer free and experimented with a Chrome version before but didn’t continue because I was content with Sprucemrk. Also, Edge is now chrome-based.

My only concern is that I recently read Google wants to charge a fee for publishing to the Google store.

smaragdus commented 4 years ago

@eric-bixby

Thanks for the quick response.

I am just a user but another developer told me that Google really charges developers for registration (it is hardly believable how greedy Google is). The same developer told me that Microsoft does not charge developers on their store.

If you port your extension to Chromium you can release it as CRX or ZIP file here on GitHub. Additionally you can also publish it on Edge store- you won't be charged for that.

Regards