Where is my tab?

Search in tabs.

Where is my tab? là gì?

Where is my tab? là một tiện ích mở rộng Chrome được phát triển bởi Michal Fabry, và tính năng chính của nó là "Search in tabs.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Where is my tab?

Tải xuống các tệp mở rộng Where is my 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

                        "Where is my tab?" is searching for tabs through all your opened windows. It is looking for keywords in the title and the url.

You can assign a keyboard shortcut to the extension for quick access (e.g. Ctrl + Shift + F):
- go to chrome://extensions/
- on the bottom of the page, click on "Configure commands" link
- assign the keyboard shortcut for "Where is my tab?" extension

Where is my tab? has been released under the license GNU GPLv3. Source code is available on https://github.com/furbos/where-is-my-tab                    

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

Tên Where is my tab? Where is my tab?
ID bllfmidjjfmafmfoiobkkcjkcddccngp
URL Chính Thức https://chromewebstore.google.com/detail/where-is-my-tab/bllfmidjjfmafmfoiobkkcjkcddccngp
Mô tả Search in tabs.
Kích Thước Tệp 35.11 KB
Số Lần Cài Đặt 67
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2013-02-21
Ngày Phát Hành 2013-02-21
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Michal Fabry
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/furbos/where-is-my-tab
URL Trang Trợ Giúp https://github.com/furbos/where-is-my-tab/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Where is my tab?",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Search in tabs.",
    "icons": {
        "16": "media\/icon16.png",
        "48": "media\/icon48.png",
        "128": "media\/icon128.png"
    },
    "browser_action": {
        "default_icon": "media\/icon19.png",
        "default_title": "Where is my tab?",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'"
}