Fast Tabs

Save time, improve work efficiency! 'Fast Tabs' can help you quickly find a specific page when you have many tabs open.

Fast Tabs란 무엇입니까?

Fast Tabs은(는) EasyTools에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save time, improve work efficiency! 'Fast Tabs' can help you quickly find a specific page when you have many tabs open."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Fast Tabs 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Save time, improve work efficiency! Ever tried having 20 tabs or more open in Chrome? You can't even see the favicon of the tabs, not to mention the tab titles! If that happens to you, Fast Tabs is a must-have extension that manages your tabs, it can help you quickly find a specific page !

=== Features ===
1) Bird's eye view of all opened tabs, and quickly find a specific page.
2) List recently closed tabs
3) Sort tabs by creation time, domain or title
4) Custom themes
5) Run very fast.                    

확장 프로그램 기본 정보

이름 Fast Tabs Fast Tabs
ID mdcdhfidonnljhghenlekoinplgcmmmn
공식 URL https://chromewebstore.google.com/detail/fast-tabs/mdcdhfidonnljhghenlekoinplgcmmmn
설명 Save time, improve work efficiency! 'Fast Tabs' can help you quickly find a specific page when you have many tabs open.
파일 크기 738 KB
설치 횟수 611
현재 버전 1.0.6
최근 업데이트 2014-03-23
출시 날짜 2014-03-23
평점 3.71/5 총 35 개의 평점
개발자 EasyTools
이메일 [email protected]
결제 유형 free
지원되는 언어 de,en,fr,tr,es,it,pt-BR,pt-PT,ru,zh-CN,zh-TW,ja
manifest.json
{
    "background": {
        "scripts": [
            "core\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/fast_tabs.png",
        "default_title": "Fast Tabs",
        "default_popup": "core\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "core\/changecapture.js"
            ]
        }
    ],
    "icons": {
        "16": "img\/fast_tabs16.png",
        "32": "img\/fast_tabs32.png",
        "48": "img\/fast_tabs48.png",
        "128": "img\/fast_tabs128.png"
    },
    "default_locale": "en",
    "description": "__MSG_description__",
    "name": "__MSG_extname__",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "unlimitedStorage"
    ],
    "version": "1.0.6"
}