Tab Store

An environment for tab storage.

ما هو Tab Store؟

Tab Store هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "An environment for tab storage.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Tab Store

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

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

                        A toolbar widget that allows you to manage tabs more easily. A new context menu entry allows you to store the currently active tab, and a button displays the currently stored tabs and tab groups.                    

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

الاسم Tab Store Tab Store
ID ceoengfplhhjknejgmkkbdnljebkdomd
عنوان URL الرسمي https://chromewebstore.google.com/detail/tab-store/ceoengfplhhjknejgmkkbdnljebkdomd
الوصف An environment for tab storage.
حجم الملف 18.65 MB
عدد التثبيتات 40
النسخة الحالية 0.7.0
آخر تحديث 2018-02-04
تاريخ النشر 2018-02-03
تقييم 5.00/5 مجموع تقييمات 1
المطور Unknown
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Store",
    "version": "0.7.0",
    "description": "An environment for tab storage.",
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "64": "icons\/icon-64.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon-16.png",
            "32": "icons\/icon-32.png",
            "64": "icons\/icon-64.png"
        },
        "default_title": "Tab Store",
        "default_popup": "popup.html"
    },
    "permissions": [
        "contextMenus",
        "storage",
        "tabs",
        "bookmarks"
    ]
}