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
公式URL 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
Eメール [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"
    ]
}