Sprucemarks
Automatically sort bookmarks.
Cos'è Sprucemarks?
Sprucemarks è un'estensione di Chrome sviluppata da Karlheinz Graf, e la sua funzione principale è "Automatically sort bookmarks.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Sprucemarks
Scarica i file di estensione Sprucemarks in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Sprucemarks |
ID | ajhenjdmeogjccfnbemhfgoocnlboadl |
URL Ufficiale | https://chrome.google.com/webstore/detail/sprucemarks/ajhenjdmeogjccfnbemhfgoocnlboadl |
Descrizione | Automatically sort bookmarks. |
Dimensione del File | 144 KB |
Conteggio Installazioni | 152 |
Versione Corrente | 2019.10.15.0 |
Ultimo Aggiornamento | 2023-07-25 |
Data di Pubblicazione | 2020-03-08 |
Valutazione | 4.50/5 Totale 6 Valutazioni |
Sviluppatore | Karlheinz Graf |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } |