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 |
公式URL | 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", " |