Visual bookmarks
Simple speed dial bookmarks page, including search, add, edit, delete and dragging bookmarks.
Wat is Visual bookmarks?
Visual bookmarks is een Chrome-extensie ontwikkeld door ivan_k, en de belangrijkste functie is "Simple speed dial bookmarks page, including search, add, edit, delete and dragging bookmarks.".
Extensie Screenshots
Download het CRX-bestand van de extensie Visual bookmarks
Download Visual bookmarks-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Visual bookmarks |
ID | jdbgjlehkajddoapdgpdjmlpdalfnenf |
Officiële URL | https://chromewebstore.google.com/detail/visual-bookmarks/jdbgjlehkajddoapdgpdjmlpdalfnenf |
Beschrijving | Simple speed dial bookmarks page, including search, add, edit, delete and dragging bookmarks. |
Bestandsgrootte | 124 KB |
Aantal Installaties | 20,000 |
Huidige Versie | 5.12.3 |
Laatst Bijgewerkt | 2024-01-13 |
Publicatiedatum | 2020-07-02 |
Beoordeling | 4.53/5 Totaal 308 Beoordelingen |
Ontwikkelaar | ivan_k |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/k-ivan/visual-bookmarks-chrome |
Ondersteunde Talen | 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": [ " |