Visual bookmarks

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

什麼是Visual bookmarks?

Visual bookmarks是由ivan_k開發的Chrome擴展程式,該擴展的主要功能是“Simple speed dial bookmarks page, including search, add, edit, delete and dragging bookmarks.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Visual bookmarks擴展crx文件

下載Visual bookmarks擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Visual bookmarks Visual bookmarks
ID jdbgjlehkajddoapdgpdjmlpdalfnenf
官方網址 https://chromewebstore.google.com/detail/visual-bookmarks/jdbgjlehkajddoapdgpdjmlpdalfnenf
簡介 Simple speed dial bookmarks page, including search, add, edit, delete and dragging bookmarks.
檔案大小 124 KB
安裝次數 20,000
目前版本 5.12.3
更新時間 2024-01-13
上架時間 2020-07-02
評分 4.53/5 共 308 次評分
開發者 ivan_k
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/k-ivan/visual-bookmarks-chrome
支援的語言 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"
    }
}