Tab Finder

Search through tabs for title.

Tab Finder là gì?

Tab Finder là một tiện ích mở rộng Chrome được phát triển bởi https://hexagonvoxels.com, và tính năng chính của nó là "Search through tabs for title.".

Ả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 Tab Finder

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

                        This extension allows you to search through your open tabs in order to find a tab that you are looking for.  It's helpful whenever you have many tabs open and your tab titles are truncated.                    

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

Tên Tab Finder Tab Finder
ID ofjeoodmfogpeinbafdommgdecgjelac
URL Chính Thức https://chromewebstore.google.com/detail/tab-finder/ofjeoodmfogpeinbafdommgdecgjelac
Mô tả Search through tabs for title.
Kích Thước Tệp 285 KB
Số Lần Cài Đặt 46
Phiên Bản Hiện Tại 0.1.2
Cập Nhật Lần Cuối 2017-01-04
Ngày Phát Hành 2017-01-04
Nhà Phát Triển https://hexagonvoxels.com
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/zero298/TabFinder
URL Trang Trợ Giúp https://github.com/zero298/TabFinder
Ngôn Ngữ Được Hỗ Trợ en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "short_name": "__MSG_extensionName__",
    "version": "0.1.2",
    "author": "zero298",
    "default_locale": "en",
    "description": "__MSG_extensionDescription__",
    "options_ui": {
        "page": "html\/options.html",
        "chrome_style": true
    },
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon16.png",
            "38": "img\/icon48.png"
        },
        "default_title": "__MSG_extensionName__",
        "default_popup": "html\/tabfinder.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}