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ファイルをダウンロード

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

拡張機能の使用方法

                        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
Eメール [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"
}