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
官方網址 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
電子郵箱 [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"
    }
}