Bookmark

Process bookmarks for Chrome"Other Folders". There are storage "temporary" bookmarks, classified save bookmarks, shortcut key…

什麼是Bookmark?

Bookmark是由rejerry開發的Chrome擴展程式,該擴展的主要功能是“Process bookmarks for Chrome"Other Folders". There are storage "temporary" bookmarks, classified save bookmarks, shortcut key…”。

擴展截圖

screenshot

下載Bookmark擴展crx文件

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

擴展使用說明

                        处理Chrome"其他文件夹"的书签。有存储"临时"书签,分类保存书签,快捷键操作,自定义设置,快捷查看书签,高效管理书签等功能。                    

擴展基本資訊

名稱 Bookmark Bookmark
ID paigdnkkmodopofccgdeacgoocgeijkn
官方網址 https://chromewebstore.google.com/detail/bookmark/paigdnkkmodopofccgdeacgoocgeijkn
簡介 Process bookmarks for Chrome"Other Folders". There are storage "temporary" bookmarks, classified save bookmarks, shortcut key…
檔案大小 1.97 MB
安裝次數 127
目前版本 1.0.1.8190
更新時間 2021-08-21
上架時間 2020-09-26
評分 4.50/5 共 2 次評分
開發者 rejerry
電子郵箱 [email protected]
付費類型 free
支援的語言 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_ext_name__",
    "version": "1.0.1.8190",
    "default_locale": "zh_CN",
    "description": "__MSG_ext_desc__",
    "author": "Jerry ",
    "icons": {
        "16": "assets\/icons\/icon_16.png",
        "48": "assets\/icons\/icon_48.png",
        "128": "assets\/icons\/icon_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "commands": {
        "menu_show_list": {
            "description": "__MSG_menu_show_list__",
            "global": true
        },
        "menu_store_left_tabs": {
            "description": "__MSG_menu_store_left_tabs__",
            "global": true
        },
        "menu_store_right_tabs": {
            "description": "__MSG_menu_store_right_tabs__",
            "global": true
        },
        "menu_store_selected_tabs": {
            "description": "__MSG_menu_store_selected_tabs__",
            "global": true
        },
        "menu_store_twoside_tabs": {
            "description": "__MSG_menu_store_twoside_tabs__",
            "global": true
        },
        "menu_store_all_tabs": {
            "description": "__MSG_menu_store_all_tabs__",
            "global": true
        },
        "menu_store_all_in_all_windows": {
            "description": "__MSG_menu_store_all_in_all_windows__",
            "global": true
        }
    },
    "browser_action": [],
    "permissions": [
        "chrome:\/\/favicon\/",
        "bookmarks",
        "contextMenus",
        "storage",
        "tabs",
        "history"
    ],
    "homepage_url": "https:\/\/github.com\/rejerry\/bookmark",
    "offline_enabled": true,
    "options_page": "index.html#\/options",
    "options_ui": {
        "page": "index.html#\/options",
        "open_in_tab": true
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'"
}