QFind
Find open tabs and organize them. Search for text, see list of matching tabs, open found tab, group tabs, etc.
什麼是QFind?
QFind是由that Michael Curry開發的Chrome擴展程式,該擴展的主要功能是“Find open tabs and organize them. Search for text, see list of matching tabs, open found tab, group tabs, etc.”。
擴展截圖
下載QFind擴展crx文件
下載QFind擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Find elusive tabs quickly and easily by typing a text string. Open found tabs by clicking on the matching item in the results list. If you keep many windows and tabs open, I think you'll like this extension. Other features: * Optional persistent pop-out window allows rapid navigation through found items. * Copy tab titles and URLs to clipboard in Markdown, WikiText, or CSV format * Quick-access Omnibox commands: find, group, consolidate. See https://github.com/inactivist/chrome-qfind/wiki/Change-Log for the official change history.
擴展基本資訊
名稱 | QFind |
ID | fhligoaannmlpdmgapklcocaoafioihh |
官方網址 | https://chromewebstore.google.com/detail/qfind/fhligoaannmlpdmgapklcocaoafioihh |
簡介 | Find open tabs and organize them. Search for text, see list of matching tabs, open found tab, group tabs, etc. |
檔案大小 | 395 KB |
安裝次數 | 135 |
目前版本 | 0.0.0.25 |
更新時間 | 2013-11-22 |
上架時間 | 2013-11-22 |
評分 | 5.00/5 共 8 次評分 |
開發者 | that Michael Curry |
付費類型 | free |
擴展官網 | http://inactivist.github.io/chrome-qfind |
說明頁面URL | https://github.com/inactivist/chrome-qfind/wiki/QFind-FAQ |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "QFind", "version": "0.0.0.25", "manifest_version": 2, "description": "Find open tabs and organize them. Search for text, see list of matching tabs, open found tab, group tabs, etc.", "homepage_url": "http:\/\/inactivist.github.io\/chrome-qfind\/", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "omnibox": { "keyword": "qf" }, "background": { "page": "src\/bg\/background.html", "persistent": true }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "QFind\rFind text in open tabs", "default_popup": "src\/browser_action\/browser_action.html" }, "permissions": [ "tabs", " |