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
电子邮箱 [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"
    }
}