tabby

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

tabby là gì?

tabby là một tiện ích mở rộng Chrome được phát triển bởi Emily Malec Brown, và tính năng chính của nó là "A simple Chrome extension to reign in those with bad tabits.".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng tabby 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

                        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.                    

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

Tên tabby tabby
ID dplangmakkhocklhogiakliaegcgmdca
URL Chính Thức https://chromewebstore.google.com/detail/tabby/dplangmakkhocklhogiakliaegcgmdca
Mô tả A simple Chrome extension to reign in those with bad tabits.
Kích Thước Tệp 1.4 MB
Số Lần Cài Đặt 14
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2016-10-06
Ngày Phát Hành 2016-10-05
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Emily Malec Brown
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/emilymalecbrown/tabby
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}