Update current bookmark

Right click on a link to update the current bookmark

什麼是Update current bookmark?

Update current bookmark是由https://sokolov.cc開發的Chrome擴展程式,該擴展的主要功能是“Right click on a link to update the current bookmark”。

擴展截圖

screenshot

下載Update current bookmark擴展crx文件

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

擴展使用說明

                                            

擴展基本資訊

名稱 Update current bookmark Update current bookmark
ID gkmnkpgaimaillhhejdbkkgopfgoldoh
官方網址 https://chromewebstore.google.com/detail/update-current-bookmark/gkmnkpgaimaillhhejdbkkgopfgoldoh
簡介 Right click on a link to update the current bookmark
檔案大小 15.88 KB
安裝次數 49
目前版本 1.0.0
更新時間 2016-04-23
上架時間 2016-04-23
評分 4.50/5 共 2 次評分
開發者 https://sokolov.cc
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/denis-sokolov/update-current-bookmark
說明頁面URL https://github.com/denis-sokolov/update-current-bookmark/issues
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extension_name__",
    "version": "1.0.0",
    "default_locale": "en",
    "description": "__MSG_extension_description__",
    "icons": {
        "16": "src\/icons\/chain-star.png",
        "48": "src\/icons\/chain-star.png",
        "128": "src\/icons\/chain-star.png"
    },
    "background": {
        "scripts": [
            "src\/context-menu.js"
        ],
        "persistent": false
    },
    "permissions": [
        "contextMenus",
        "declarativeContent"
    ],
    "optional_permissions": [
        "bookmarks"
    ]
}