Sprucemarks
Automatically sort bookmarks.
What is Sprucemarks?
Sprucemarks is a Chrome extension developed by Karlheinz Graf, and its main feature is "Automatically sort bookmarks.".
Extension Screenshots
Download Sprucemarks Extension CRX File
Download Sprucemarks extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Automatically sort bookmarks by title, date, or URL. • Organize your Bookmarks Bar, Other Bookmarks, and Mobile Bookmarks. • Each area (and sub folders) can have their own sort order, or no order. • Group folders together or have them sorted alongside bookmarks. • Save your options once and have your bookmarks sorted now and automatically into the future.
Extension Basic Information
Name | Sprucemarks |
ID | ajhenjdmeogjccfnbemhfgoocnlboadl |
Official URL | https://chrome.google.com/webstore/detail/sprucemarks/ajhenjdmeogjccfnbemhfgoocnlboadl |
Description | Automatically sort bookmarks. |
File Size | 144 KB |
Installation Count | 152 |
Current Version | 2019.10.15.0 |
Last Updated | 2023-07-25 |
Publish Date | 2020-03-08 |
Rating | 4.50/5 Total 6 Ratings |
Developer | Karlheinz Graf |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sprucemarks", "short_name": "Sprucemarks", "description": "Automatically sort bookmarks.", "background": { "page": "background.html" }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "manifest_version": 2, "minimum_chrome_version": "55", "options_page": "options.html", "permissions": [ "bookmarks", "storage" ], "version": "2019.10.15.0" } |