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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
}