Find The Tab

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

Find The Tab là gì?

Find The Tab là một tiện ích mở rộng Chrome được phát triển bởi Daniel Sternlicht, và tính năng chính của nó là "Find the tab will help you to navigate between multiple tabs!".

Ả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 Find The Tab

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

                        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!                    

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

Tên Find The Tab Find The Tab
ID ajpepgjcbfdlafbkgkcnlmnjjolhodbh
URL Chính Thức https://chromewebstore.google.com/detail/find-the-tab/ajpepgjcbfdlafbkgkcnlmnjjolhodbh
Mô tả Find the tab will help you to navigate between multiple tabs!
Kích Thước Tệp 164 KB
Số Lần Cài Đặt 50
Phiên Bản Hiện Tại 0.1.0
Cập Nhật Lần Cuối 2014-07-03
Ngày Phát Hành 2014-07-03
Đánh Giá 4.27/5 Tổng số 11 Đánh Giá
Nhà Phát Triển Daniel Sternlicht
Loại Thanh Toán free
Trang Web Mở Rộng http://danielsternlicht.com/
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}