Power Bookmarks

Power Bookmarks allows you to search your bookmarks easily. Its tree view and sunburst view allow you to analyze the complexity of…

Power Bookmarksとは何ですか?

Power Bookmarksはhttps://dynattractor.comによって開発されたChromeの拡張機能で、その主な機能は「Power Bookmarks allows you to search your bookmarks easily. Its tree view and sunburst view allow you to analyze the complexity of…」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Power Bookmarks allows you to search your bookmarks easily. Its tree view and sunburst view allow you to analyze the complexity of your bookmark tree.

You can continue to create a bookmark or organize your bookmark with whatever tools your browser provides, and clicking on the “Reload” button will automatically load the latest bookmarks.                    

拡張機能の基本情報

名前 Power Bookmarks Power Bookmarks
ID dbagmadomlelppkeidibnmgbdkdicgnh
公式URL https://chromewebstore.google.com/detail/power-bookmarks/dbagmadomlelppkeidibnmgbdkdicgnh
説明 Power Bookmarks allows you to search your bookmarks easily. Its tree view and sunburst view allow you to analyze the complexity of…
ファイルサイズ 950 KB
インストール数 118
現在のバージョン 1.0.1
最終更新日 2023-01-18
公開日 2023-01-12
評価 5.00/5 合計 2 レビュー
開発者 https://dynattractor.com
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://dynattractor.com/site-policy/privacy-policy.html
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Power Bookmarks",
    "version": "1.0.1",
    "action": {
        "default_title": "Power Bookmarks"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "options_page": "index.html",
    "permissions": [
        "bookmarks",
        "storage",
        "history"
    ],
    "icons": {
        "16": "power-bookmark-16.png",
        "32": "power-bookmark-32.png",
        "48": "power-bookmark-48.png",
        "128": "power-bookmark-128.png"
    }
}