Shiver Me Tabs!

We set sail and explore the web. Tab management for pirates.

ما هو Shiver Me Tabs!؟

Shiver Me Tabs! هو إضافة Chrome تم تطويرها بواسطة https://jvaill.com، والميزة الرئيسية لها هي "We set sail and explore the web. Tab management for pirates.".

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

screenshot

تحميل ملف CRX للإضافة Shiver Me Tabs!

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

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

                        Tired of searching for tabs? Enter Shiver Me Tabs!, beautiful tab management for Chrome.

Features:
* Real-time thumbnails of all your active tabs
* Quick scan sidebar for even faster tab scouting

Coming soon:
* Fuzzy searching of open tabs
* Tab groups and the ability to save and load them
* ...

Known bugs:
* Some tabs may be missing from Shiver Me Tabs! when using multiple windows
* Favicons are occasionally missing                    

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

الاسم Shiver Me Tabs! Shiver Me Tabs!
ID oihpindlepmooloblabmlodlemkfkcaj
عنوان URL الرسمي https://chromewebstore.google.com/detail/shiver-me-tabs/oihpindlepmooloblabmlodlemkfkcaj
الوصف We set sail and explore the web. Tab management for pirates.
حجم الملف 252 KB
عدد التثبيتات 27
النسخة الحالية 0.3
آخر تحديث 2012-12-09
تاريخ النشر 2012-12-09
تقييم 4.77/5 مجموع تقييمات 13
المطور https://jvaill.com
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Shiver Me Tabs!",
    "description": "We set sail and explore the web. Tab management for pirates.",
    "version": "0.3",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        ""
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "img\/icon-16x16.png",
        "48": "img\/icon-48x48.png",
        "128": "img\/icon-128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/jquery.js",
                "content.js"
            ],
            "css": []
        }
    ],
    "manifest_version": 2
}