Binder

Save commonly used sets of tabs and quickly open them all at once.

ما هو Binder؟

Binder هو إضافة Chrome تم تطويرها بواسطة Jae Kwak، والميزة الرئيسية لها هي "Save commonly used sets of tabs and quickly open them all at once.".

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

screenshot
screenshot
screenshot

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

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

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

                        Click on the Binder icon in the Chrome window to open the manager and begin creating and editing profiles. Binder uses an intuitive drag and drop system to make it quick and easy to create your tab sets.

Rename and reorder profiles based on your liking. Choose which tabs to open as pinned tabs and whether they open in a new window.

If you're lost, click on the "Help" button in the upper righthand corner of the manager for detailed information on how Binder is used.                    

معلومات أساسية عن التمديد

الاسم Binder Binder
ID ogmaciclacokfalhnogjiikfaaoppjch
عنوان URL الرسمي https://chromewebstore.google.com/detail/binder/ogmaciclacokfalhnogjiikfaaoppjch
الوصف Save commonly used sets of tabs and quickly open them all at once.
حجم الملف 24.26 KB
عدد التثبيتات 82
النسخة الحالية 1.0.2
آخر تحديث 2018-01-12
تاريخ النشر 2018-01-12
تقييم 5.00/5 مجموع تقييمات 2
المطور Jae Kwak
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Binder",
    "description": "Save commonly used sets of tabs and quickly open them all at once.",
    "version": "1.0.2",
    "icons": {
        "64": "Images\/icon64x64.png"
    },
    "options_page": "manager.html",
    "browser_action": {
        "default_icon": "Images\/icon64x64.png",
        "default_popup": "popup.html"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "omnibox": {
        "keyword": "binder"
    },
    "permissions": [
        "storage",
        "tabs",
        "windows",
        "bookmarks"
    ]
}