Ease Bookmarks

Easy to use bookmark manager

什么是Ease Bookmarks?

Ease Bookmarks是由qin_xs开发的Chrome扩展程序,该扩展的主要功能是“Easy to use bookmark manager”。

扩展截图

screenshot
screenshot
screenshot

下载Ease Bookmarks扩展crx文件

下载Ease Bookmarks扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Instructions for use:
Ease Bookmarks is an extension to replace the browser's original bookmarks bar
On this basis, as far as possible to meet the needs of users of various bookmark usage habits

The main function:
Modify the default opening method of bookmarks
Various basic operations on bookmarks (edit, delete, move, etc.)
Bookmarks in multiple columns
Shortcut Key Support
In addition, this extension has special support for `JS bookmarklet`~

ChangeLog:
https://github.com/qinxs/Ease-Bookmarks/blob/master/ChangeLog.md                    

扩展基本信息

名称 Ease Bookmarks Ease Bookmarks
ID poefceffmekhjoadknillcbdifahongk
官方URL https://chromewebstore.google.com/detail/ease-bookmarks/poefceffmekhjoadknillcbdifahongk
简介 Easy to use bookmark manager
文件大小 80.77 KB
安装次数 2,056
当前版本 1.6.5
更新时间 2024-02-21
上架时间 2021-12-03
评分 4.96/5 共26次评分
开发者 qin_xs
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/qinxs/Ease-Bookmarks
帮助页面URL https://github.com/qinxs/Ease-Bookmarks/issues
支持的语言 de,en,fr,es,ru,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ease Bookmarks",
    "description": "__MSG_pluginDesc__",
    "version": "1.6.5",
    "offline_enabled": true,
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "author": "qinxs",
    "homepage_url": "https:\/\/github.com\/qinxs\/Ease-Bookmarks",
    "browser_action": {
        "default_title": "Ease Bookmarks",
        "default_popup": "popup.html",
        "default_icon": "icons\/icon32.png"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": true
    },
    "options_page": "options.html",
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Q",
                "mac": "Command+Q",
                "linux": "Ctrl+Q",
                "chromeos": "Ctrl+Q"
            },
            "description": "\u6253\u5f00\/\u5173\u95ed\u6269\u5c55"
        }
    },
    "permissions": [
        "storage",
        "activeTab",
        "bookmarks",
        "contextMenus",
        "chrome:\/\/favicon\/"
    ]
}