ezBookmarks v2

Pressure free browser bookmark management

What is ezBookmarks v2?

ezBookmarks v2 is a Chrome extension developed by [email protected], and its main feature is "Pressure free browser bookmark management".

Extension Screenshots

screenshot
screenshot

Download ezBookmarks v2 Extension CRX File

Download ezBookmarks v2 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        - 相比浏览器默认的书签程序, 增强以下功能.
- 处理重复书签:该扩展会检索你的书签数据,帮你找到重复项目,交给你处理。
- 无压使用:通过快速搜索(alt+f)寻找书签.                    

Extension Basic Information

Name ezBookmarks v2 ezBookmarks v2
ID hgiffeojndgjffiedjacogcecppkaikn
Official URL https://chromewebstore.google.com/detail/ezbookmarks-v2/hgiffeojndgjffiedjacogcecppkaikn
Description Pressure free browser bookmark management
File Size 184 KB
Installation Count 89
Current Version 1.1.0
Last Updated 2023-02-02
Publish Date 2023-01-19
Developer [email protected]
Email [email protected]
Payment Type free
Extension Website https://github.com/NMTuan/ezBookmarks2
Supported Languages en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_ext_name__",
    "version": "1.1.0",
    "description": "__MSG_ext_description__",
    "author": "NMTuan",
    "homepage_url": "https:\/\/github.com\/NMTuan\/ezBookmarks2",
    "default_locale": "zh_CN",
    "permissions": [
        "bookmarks",
        "favicon",
        "history",
        "storage"
    ],
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "action": {
        "default_title": "__MSG_ext_name__"
    },
    "options_page": "options.html",
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/index.js-loader.6dc4d40c.js",
                "assets\/webcomponents-bundle.js-loader.0ac9fe29.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "pages\/search.html"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/_plugin-vue_export-helper.16b12230.js",
                "assets\/index.js.c58ba7d2.js",
                "assets\/webcomponents-bundle.js.809e0994.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "commands": {
        "search": {
            "suggested_key": {
                "default": "Alt+F"
            },
            "description": "__MSG_command_search__"
        }
    }
}