Visual bookmarks
Simple speed dial bookmarks page, including search, add, edit, delete and dragging bookmarks.
Vad är Visual bookmarks?
Visual bookmarks är en Chrome-tillägg utvecklad av ivan_k, och dess huvudfunktion är "Simple speed dial bookmarks page, including search, add, edit, delete and dragging bookmarks.".
Tilläggsskärmbilder
Ladda ner Visual bookmarks-förlängningens CRX-fil
Ladda ner Visual bookmarks-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | Visual bookmarks |
ID | jdbgjlehkajddoapdgpdjmlpdalfnenf |
Officiell webbadress | https://chromewebstore.google.com/detail/visual-bookmarks/jdbgjlehkajddoapdgpdjmlpdalfnenf |
Beskrivning | Simple speed dial bookmarks page, including search, add, edit, delete and dragging bookmarks. |
Filstorlek | 124 KB |
Antal Installationer | 20,000 |
Aktuell Version | 5.12.3 |
Senast Uppdaterad | 2024-01-13 |
Publiceringsdatum | 2020-07-02 |
Betyg | 4.53/5 Totalt 308 Betyg |
Utvecklare | ivan_k |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/k-ivan/visual-bookmarks-chrome |
Stödda Språk | 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": [ " |