Find The Tab

Find the tab will help you to navigate between multiple tabs!

什麼是Find The Tab?

Find The Tab是由Daniel Sternlicht開發的Chrome擴展程式,該擴展的主要功能是“Find the tab will help you to navigate between multiple tabs!”。

擴展截圖

screenshot
screenshot

下載Find The Tab擴展crx文件

下載Find The Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Find The Tab will help you to navigate between multiple opened tabs and produce your productivity.

--------------------
How to use
--------------------

* Activate Find The Tab's search box by either clicking its icon next to the address bar, or pressing Alt+T keys on your keyboard.

* Navigate between search results with the Up & Down arrow keys.

* Press Enter/Return to navigate to the selected tab.

That's it! It's that simple :)

------------------
About us
------------------

An extension by Matan Blonder. 
Developed by Daniel Sternlicht.

--------------
Updates
--------------

02/07/14 - v.0.1.0

   * First release!                    

擴展基本資訊

名稱 Find The Tab Find The Tab
ID ajpepgjcbfdlafbkgkcnlmnjjolhodbh
官方網址 https://chromewebstore.google.com/detail/find-the-tab/ajpepgjcbfdlafbkgkcnlmnjjolhodbh
簡介 Find the tab will help you to navigate between multiple tabs!
檔案大小 164 KB
安裝次數 50
目前版本 0.1.0
更新時間 2014-07-03
上架時間 2014-07-03
評分 4.27/5 共 11 次評分
開發者 Daniel Sternlicht
付費類型 free
擴展官網 http://danielsternlicht.com/
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "minimum_chrome_version": "25",
    "name": "Find The Tab",
    "version": "0.1.0",
    "manifest_version": 2,
    "description": "Find the tab will help you to navigate between multiple tabs!",
    "homepage_url": "http:\/\/www.danielsternlicht.com\/playground\/findTheTab\/",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "permissions": [
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "chromeos": "Alt+T",
                "linux": "Alt+T",
                "mac": "Alt+T",
                "windows": "Alt+T"
            }
        }
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Find The Tab",
        "default_popup": "src\/browser_action\/popup.html"
    }
}