Bookmark Updater

A button that quickly updates the closest bookmark found to the open tab.

Bookmark Updaterとは何ですか?

Bookmark Updaterはalexander.bruunによって開発されたChromeの拡張機能で、その主な機能は「A button that quickly updates the closest bookmark found to the open tab.」です。

拡張機能のスクリーンショット

screenshot

Bookmark Updater拡張機能のCRXファイルをダウンロード

Bookmark Updater拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Update existing bookmarks while surfing the web, and create new bookmarks if your current tab doesn't match any of your saved bookmarks.                    

拡張機能の基本情報

名前 Bookmark Updater Bookmark Updater
ID hjhffdgfjfkkjnllljaidejgbhhldice
公式URL https://chromewebstore.google.com/detail/bookmark-updater/hjhffdgfjfkkjnllljaidejgbhhldice
説明 A button that quickly updates the closest bookmark found to the open tab.
ファイルサイズ 7.8 KB
インストール数 24
現在のバージョン 1.1.0
最終更新日 2022-02-19
公開日 2021-01-12
評価 4.00/5 合計 2 レビュー
開発者 alexander.bruun
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "author": "Alexander Bruun",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bookmark Updater",
    "description": "A button that quickly updates the closest bookmark found to the open tab.",
    "version": "1.1.0",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "bookmarks",
        "tabs"
    ],
    "browser_action": {
        "default_title": "Bookmark Updater",
        "default_icon": "icon.png"
    },
    "offline_enabled": true
}