Shiver Me Tabs!

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

Shiver Me Tabs!とは何ですか?

Shiver Me Tabs!はhttps://jvaill.comによって開発されたChromeの拡張機能で、その主な機能は「We set sail and explore the web. Tab management for pirates.」です。

拡張機能のスクリーンショット

screenshot

Shiver Me Tabs!拡張機能のCRXファイルをダウンロード

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
}