BMTab

Put the tab to bookmark for future access and to release the resources

ما هو BMTab؟

BMTab هو إضافة Chrome تم تطويرها بواسطة zncoder، والميزة الرئيسية لها هي "Put the tab to bookmark for future access and to release the resources".

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

screenshot

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

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

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

                        Sometimes you may want to close a tab either because you have too many tabs or you'd like to revisit the page in the near future, you can click the icon to put the site to a special bmtab bookmark folder. You can access these tabs from the Bmtab page by right clicking the icon and selecting the "Show Bmtabs page".

This add-on was inspired by OneTab. But OneTab may lose the saved tabs occasionally for unknown reason. This add-on saves the tabs in the "bmtab-bn4yaq" bookmark folder for simple and reliable storage.                    

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

الاسم BMTab BMTab
ID djpdjipenanplkappkhojednmhkihfjo
عنوان URL الرسمي https://chrome.google.com/webstore/detail/bmtab/djpdjipenanplkappkhojednmhkihfjo
الوصف Put the tab to bookmark for future access and to release the resources
حجم الملف 22.39 KB
عدد التثبيتات 56
النسخة الحالية 1.8.2
آخر تحديث 2019-12-17
تاريخ النشر 2019-12-17
تقييم 4.33/5 مجموع تقييمات 6
المطور zncoder
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/zncoder/bmtab
عنوان صفحة المساعدة https://github.com/zncoder/bmtab
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BMTab",
    "version": "1.8.2",
    "manifest_version": 2,
    "description": "Put the tab to bookmark for future access and to release the resources",
    "icons": {
        "48": "icons\/48.png"
    },
    "permissions": [
        "tabs",
        "bookmarks",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "browser_style": true,
        "default_icon": "icons\/32.png",
        "default_title": "Click to put this tab to bookmark"
    }
}