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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
        ]
    }
}