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
官方URL 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"
    }
}