Tab Manager (by shimomire)

This is a tool to manage tab that is currently open on a single screen.

ما هو Tab Manager (by shimomire)؟

Tab Manager (by shimomire) هو إضافة Chrome تم تطويرها بواسطة shimomire، والميزة الرئيسية لها هي "This is a tool to manage tab that is currently open on a single screen.".

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

screenshot

تحميل ملف CRX للإضافة Tab Manager (by shimomire)

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

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

                        Tab Manager proposes a new use of tabbed browsing.



The following functions are for and organizing quick search tab.

1.Tab screen manager can see multiple tabs at the same time.

2.Tab management with a Tab Manager Screen.

3.You can search tabs.

4.Proposal unnecessary tabs.

5.Display of closed tabs.                    

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

الاسم Tab Manager (by shimomire) Tab Manager (by shimomire)
ID lhnjllodihbcobjkppfbafclibgpofje
عنوان URL الرسمي https://chromewebstore.google.com/detail/tab-manager-by-shimomire/lhnjllodihbcobjkppfbafclibgpofje
الوصف This is a tool to manage tab that is currently open on a single screen.
حجم الملف 260 KB
عدد التثبيتات 783
النسخة الحالية 1.0.5
آخر تحديث 2012-11-23
تاريخ النشر 2012-11-23
تقييم 3.83/5 مجموع تقييمات 12
المطور shimomire
نوع الدفع free
اللغات المدعومة en,ja
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "1.0.5",
    "background": {
        "scripts": [
            "javascript\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "chrome:\/\/favicon\/",
        ""
    ],
    "browser_action": {
        "default_title": "__MSG_title__"
    },
    "icons": {
        "16": "images\/icon.png",
        "128": "images\/icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "manifest_version": 2
}