Visual bookmarks
Simple speed dial bookmarks page, including search, add, edit, delete and dragging bookmarks.
Cos'è Visual bookmarks?
Visual bookmarks è un'estensione di Chrome sviluppata da ivan_k, e la sua funzione principale è "Simple speed dial bookmarks page, including search, add, edit, delete and dragging bookmarks.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Visual bookmarks
Scarica i file di estensione Visual bookmarks 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
The visual bookmarks page replaces the default new tab. Bookmarks page, includes searching, adding, editing, deleting and dragging bookmarks. The ability to generate thumbnails and use your own background image. Great possibility of customization and using your own styles. Ideas, questions and suggestions https://github.com/k-ivan/visual-bookmarks-chrome/discussions Bugs and future requests https://github.com/k-ivan/visual-bookmarks-chrome/issues
Informazioni di Base sull'Estensione
Nome | Visual bookmarks |
ID | jdbgjlehkajddoapdgpdjmlpdalfnenf |
URL Ufficiale | https://chromewebstore.google.com/detail/visual-bookmarks/jdbgjlehkajddoapdgpdjmlpdalfnenf |
Descrizione | Simple speed dial bookmarks page, including search, add, edit, delete and dragging bookmarks. |
Dimensione del File | 124 KB |
Conteggio Installazioni | 20,000 |
Versione Corrente | 5.12.3 |
Ultimo Aggiornamento | 2024-01-13 |
Data di Pubblicazione | 2020-07-02 |
Valutazione | 4.53/5 Totale 308 Valutazioni |
Sviluppatore | ivan_k |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/k-ivan/visual-bookmarks-chrome |
Lingue Supportate | en,hu,pl,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "default_locale": "en", "name": "__MSG_ext_name__", "description": "__MSG_ext_desc__", "version": "5.12.3", "minimum_chrome_version": "95", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "options_page": "options.html", "action": { "default_title": "__MSG_default_title__" }, "permissions": [ "scripting", "background", "bookmarks", "storage", "unlimitedStorage", "tabs", "notifications", "contextMenus" ], "host_permissions": [ " |