Simple Tab Finder

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

什么是Simple Tab Finder?

Simple Tab Finder是由foldingpaper开发的Chrome扩展程序,该扩展的主要功能是“Quickly find and navigate to your open tabs by simple title or url search.”。

扩展截图

screenshot
screenshot
screenshot

下载Simple Tab Finder扩展crx文件

下载Simple Tab Finder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Simple Tab Finder Simple Tab Finder
ID mchfmhgjbbichdbbhlcckaiekpineloo
官方URL https://chrome.google.com/webstore/detail/simple-tab-finder/mchfmhgjbbichdbbhlcckaiekpineloo
简介 Quickly find and navigate to your open tabs by simple title or url search.
文件大小 66.62 KB
安装次数 21
当前版本 0.1.8
更新时间 2017-10-29
上架时间 2017-10-29
评分 5.00/5 共3次评分
开发者 foldingpaper
付费类型 free
支持的语言 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'"
}