tabby

A simple Chrome extension to reign in those with bad tabits.

tabbyとは何ですか?

tabbyはEmily Malec Brownによって開発されたChromeの拡張機能で、その主な機能は「A simple Chrome extension to reign in those with bad tabits.」です。

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

screenshot
screenshot

tabby拡張機能のCRXファイルをダウンロード

tabby拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This Chrome extension keeps track of your exact (same url), and soft (same hostname) tab duplicates and gives you the ability to quickly close them.

If you're feeling brave, you can also close all tabs at once, only retaining your current active tab and any pinned tabs.

The toolbar icon changes from a kitten to a pesky alert icon when your browsing is getting out of hand (in this version greater than 7 tabs), and also sounds a blowhorn.                    

拡張機能の基本情報

名前 tabby tabby
ID dplangmakkhocklhogiakliaegcgmdca
公式URL https://chromewebstore.google.com/detail/tabby/dplangmakkhocklhogiakliaegcgmdca
説明 A simple Chrome extension to reign in those with bad tabits.
ファイルサイズ 1.4 MB
インストール数 14
現在のバージョン 2.0
最終更新日 2016-10-06
公開日 2016-10-05
評価 3.67/5 合計 3 レビュー
開発者 Emily Malec Brown
支払い方法 free
拡張機能のウェブサイト https://github.com/emilymalecbrown/tabby
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "tabby",
    "version": "2.0",
    "manifest_version": 2,
    "description": "A simple Chrome extension to reign in those with bad tabits.",
    "icons": {
        "128": ".\/img\/tabby_128.png",
        "16": ".\/img\/tabby_16.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "tabby"
    },
    "minimum_chrome_version": "18",
    "permissions": [
        "tabs",
        "notifications",
        "storage"
    ],
    "background": {
        "scripts": [
            ".\/js\/app\/popup.js"
        ]
    }
}