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
官方網址 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"
        ]
    }
}