Simple Tab Finder

Quickly find and navigate to your open tabs by simple title or url search.

Simple Tab Finder là gì?

Simple Tab Finder là một tiện ích mở rộng Chrome được phát triển bởi foldingpaper, và tính năng chính của nó là "Quickly find and navigate to your open tabs by simple title or url search.".

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

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

                        Lists open tabs across all windows and allows simple substring search to filter the list -- searching title and url.

- Use mouse or Up/Down arrow keys to navigate and click or  to select the tab. 
- Associate Keyboard shortcuts on the chrome://extensions page for quick activation. e.g. Shift+Cmd+Space.

Does not use local storage, does not modify the current html page content, no special processing or fuzzy searches. Does not track user data and no sign up required.                    

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

Tên Simple Tab Finder Simple Tab Finder
ID mchfmhgjbbichdbbhlcckaiekpineloo
URL Chính Thức https://chrome.google.com/webstore/detail/simple-tab-finder/mchfmhgjbbichdbbhlcckaiekpineloo
Mô tả Quickly find and navigate to your open tabs by simple title or url search.
Kích Thước Tệp 66.62 KB
Số Lần Cài Đặt 21
Phiên Bản Hiện Tại 0.1.8
Cập Nhật Lần Cuối 2017-10-29
Ngày Phát Hành 2017-10-29
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển foldingpaper
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "minimum_chrome_version": "25",
    "version": "0.1.8",
    "name": "Simple Tab Finder",
    "short_name": "Simple Tab Finder",
    "description": "Quickly find and navigate to your open tabs by simple title or url search.",
    "icons": {
        "128": "icons\/rounded-square_128.png",
        "64": "icons\/rounded-square_64.png"
    },
    "browser_action": {
        "default_icon": "icons\/rounded-square_128.png",
        "default_title": "Simple Tab Finder",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "bg.html",
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}