Visual bookmarks

Simple speed dial bookmarks page, including search, add, edit, delete and dragging bookmarks.

Hvad er Visual bookmarks?

Visual bookmarks er en Chrome-udvidelse udviklet af ivan_k, og dens hovedfunktion er "Simple speed dial bookmarks page, including search, add, edit, delete and dragging bookmarks.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download Visual bookmarks-udvidelses-CRX-fil

Download Visual bookmarks-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn Visual bookmarks Visual bookmarks
ID jdbgjlehkajddoapdgpdjmlpdalfnenf
Officiel URL https://chromewebstore.google.com/detail/visual-bookmarks/jdbgjlehkajddoapdgpdjmlpdalfnenf
Beskrivelse Simple speed dial bookmarks page, including search, add, edit, delete and dragging bookmarks.
Filstørrelse 124 KB
Antal Installationer 20,000
Nuværende Version 5.12.3
Senest Opdateret 2024-01-13
Udgivelsesdato 2020-07-02
Bedømmelse 4.53/5 Samlet 308 Bedømmelser
Udvikler ivan_k
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/k-ivan/visual-bookmarks-chrome
Understøttede Sprog 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": [
        ""
    ],
    "background": {
        "service_worker": "background.js"
    }
}