Searchable Bookmarks Manager
Easily search through your bookmarks, straight from your browser's address bar!
Cos'è Searchable Bookmarks Manager?
Searchable Bookmarks Manager è un'estensione di Chrome sviluppata da Jeremy Dubon, e la sua funzione principale è "Easily search through your bookmarks, straight from your browser's address bar!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Searchable Bookmarks Manager
Scarica i file di estensione Searchable Bookmarks Manager 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
Easily manage your bookmarks right from Chrome's address bar! Features: - Easy to use tree view! - Fast bookmarks search and filter feature! - Color code your folders! - Open your bookmarks in a single tab group! - Open all bookmarks inside a folder with just one click! - Dark mode and many other customization features! Your bookmarks will remain completely private. This extension does not collect any usage data. This collection does not store any usage data. This extension does not communicate with any third parties. This extension does not communicate with any external source.
Informazioni di Base sull'Estensione
Nome | Searchable Bookmarks Manager |
ID | gkmpffgkcfcacjgaaafchfnnjghddmff |
URL Ufficiale | https://chromewebstore.google.com/detail/searchable-bookmarks-mana/gkmpffgkcfcacjgaaafchfnnjghddmff |
Descrizione | Easily search through your bookmarks, straight from your browser's address bar! |
Dimensione del File | 1.04 MB |
Conteggio Installazioni | 401 |
Versione Corrente | 4.1.1 |
Ultimo Aggiornamento | 2023-01-22 |
Data di Pubblicazione | 2016-07-11 |
Valutazione | 4.21/5 Totale 14 Valutazioni |
Sviluppatore | Jeremy Dubon |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/JJDubon/Searchable-Bookmarks-Manager-React |
URL della Pagina di Aiuto | https://github.com/JJDubon/Searchable-Bookmarks-Manager-React/issues |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Searchable Bookmarks Manager", "description": "Easily search through your bookmarks, straight from your browser's address bar!", "version": "4.1.1", "short_name": "SBM", "commands": { "_execute_browser_action": { "description": "Searchable Bookmarks Manager" } }, "action": { "default_popup": "index.html" }, "background": { "service_worker": "background\/index.js", "type": "module" }, "icons": { "16": "\/images\/icon-16-blue.png", "32": "\/images\/icon-32-blue.png", "48": "\/images\/icon-48-blue.png", "128": "\/images\/icon-128.png" }, "permissions": [ "activeTab", "bookmarks", "storage", "favicon", "tabGroups", "alarms" ] } |