Benable

Save things to beautiful shareable lists, while browsing the web.

Benableとは何ですか?

Benableはhttps://benable.comによって開発されたChromeの拡張機能で、その主な機能は「Save things to beautiful shareable lists, while browsing the web.」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        With the Benable Chrome Extension, you can quickly save things to your Benable lists, while browsing the web.

With just a few clicks you can add products, services, places, and anything else to beautiful shareable lists on Benable. 

Go to any webpage, click the Benable extension icon, choose what list you want to save the item to, and that’s it! 

To get started, install the Benable chrome extension and login to your Benable account.                    

拡張機能の基本情報

名前 Benable Benable
ID hjkacojcnmnchcllgdfiepfjfplnofol
公式URL https://chromewebstore.google.com/detail/benable/hjkacojcnmnchcllgdfiepfjfplnofol
説明 Save things to beautiful shareable lists, while browsing the web.
ファイルサイズ 6.07 MB
インストール数 3,660
現在のバージョン 1.35
最終更新日 2023-09-06
公開日 2022-03-16
評価 5.00/5 合計 8 レビュー
開発者 https://benable.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://benable.com/
プライバシーポリシーページのURL https://benable.com/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Benable",
    "description": "Save things to beautiful shareable lists, while browsing the web.",
    "version": "1.35",
    "manifest_version": 3,
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "permissions": [
        "cookies",
        "scripting"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "iframe.html",
                "script.js",
                "iframeLoader.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "16": "\/images\/icon16.png",
        "48": "\/images\/icon48.png",
        "128": "\/images\/icon128.png"
    },
    "action": [],
    "background": {
        "service_worker": "background.js"
    }
}