Shiver Me Tabs!

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

Shiver Me Tabs! là gì?

Shiver Me Tabs! là một tiện ích mở rộng Chrome được phát triển bởi https://jvaill.com, và tính năng chính của nó là "We set sail and explore the web. Tab management for pirates.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Shiver Me Tabs!

Tải xuống các tệp mở rộng Shiver Me Tabs! dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Shiver Me Tabs! Shiver Me Tabs!
ID oihpindlepmooloblabmlodlemkfkcaj
URL Chính Thức https://chromewebstore.google.com/detail/shiver-me-tabs/oihpindlepmooloblabmlodlemkfkcaj
Mô tả We set sail and explore the web. Tab management for pirates.
Kích Thước Tệp 252 KB
Số Lần Cài Đặt 27
Phiên Bản Hiện Tại 0.3
Cập Nhật Lần Cuối 2012-12-09
Ngày Phát Hành 2012-12-09
Đánh Giá 4.77/5 Tổng số 13 Đánh Giá
Nhà Phát Triển https://jvaill.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}