AllTabs

Manage Tabs

ما هو AllTabs؟

AllTabs هو إضافة Chrome تم تطويرها بواسطة jiten، والميزة الرئيسية لها هي "Manage Tabs".

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

screenshot

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

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

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

                        AllTabs is a tab manager for your chrome web browser. 

Save All Tabs
Save your current open pages with one click. If you are in a hurry no need to give the file name. The current time will be the file name so that you can easily identify the session.

Open Tabs Later
Open previously saved files anytime. You can store thousands of sessions in your chrome browser.


*Copy All Tabs so that you can share with others.
*Open Multiple URLs in one click
*Save all open tabs so that can be opened later
*Bookmark Multiple Pages with one name
*Save incognito and Cognito window separately                    

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

الاسم AllTabs AllTabs
ID fffhmhcillaopdbhllfffhfhbcnkioco
عنوان URL الرسمي https://chromewebstore.google.com/detail/alltabs/fffhmhcillaopdbhllfffhfhbcnkioco
الوصف Manage Tabs
حجم الملف 74 KB
عدد التثبيتات 3,153
النسخة الحالية 1.0
آخر تحديث 2017-08-29
تاريخ النشر 2017-08-29
تقييم 4.25/5 مجموع تقييمات 12
المطور jiten
نوع الدفع free
موقع الإضافة https://alltabs.oxyzen.in
اللغات المدعومة en
manifest.json
{
    "name": "AllTabs",
    "description": "Manage Tabs",
    "version": "1.0",
    "manifest_version": 2,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "js\/jquery-2.2.4.min.js",
                "js\/is.min.js",
                "js\/clipboard.js",
                "js\/moment.min.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_title": "AllTabs",
        "default_icon": "img\/icon-active.png"
    }
}