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.”。
擴展截圖
下載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 orto 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.
擴展基本資訊
名稱 | |
ID | mchfmhgjbbichdbbhlcckaiekpineloo |
官方網址 | 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'" } |