QFind
Find open tabs and organize them. Search for text, see list of matching tabs, open found tab, group tabs, etc.
Was ist QFind?
QFind ist eine Chrome-Erweiterung, die von that Michael Curry entwickelt wurde, und ihr Hauptmerkmal ist "Find open tabs and organize them. Search for text, see list of matching tabs, open found tab, group tabs, etc.".
Erweiterungsscreenshots
QFind-Erweiterungs-CRX-Datei herunterladen
Laden Sie QFind-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | QFind |
ID | fhligoaannmlpdmgapklcocaoafioihh |
Offizielle URL | https://chromewebstore.google.com/detail/qfind/fhligoaannmlpdmgapklcocaoafioihh |
Beschreibung | Find open tabs and organize them. Search for text, see list of matching tabs, open found tab, group tabs, etc. |
Dateigröße | 395 KB |
Installationsanzahl | 135 |
Aktuelle Version | 0.0.0.25 |
Letztes Update | 2013-11-22 |
Veröffentlichungsdatum | 2013-11-22 |
Bewertung | 5.00/5 Insgesamt 8 Bewertungen |
Entwickler | that Michael Curry |
Zahlungsart | free |
Erweiterungswebsite | http://inactivist.github.io/chrome-qfind |
Hilfeseite URL | https://github.com/inactivist/chrome-qfind/wiki/QFind-FAQ |
Unterstützte Sprachen | 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", " |