Benable

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

ما هو Benable؟

Benable هو إضافة Chrome تم تطويرها بواسطة https://benable.com، والميزة الرئيسية لها هي "Save things to beautiful shareable lists, while browsing the web.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Benable

قم بتنزيل ملفات الامتداد Benable بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة سياسة الخصوصية 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"
    }
}