Where is my tab?
Search in tabs.
Was ist Where is my tab??
Where is my tab? ist eine Chrome-Erweiterung, die von Michal Fabry entwickelt wurde, und ihr Hauptmerkmal ist "Search in tabs.".
Erweiterungsscreenshots
Where is my tab?-Erweiterungs-CRX-Datei herunterladen
Laden Sie Where is my tab?-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
"Where is my tab?" is searching for tabs through all your opened windows. It is looking for keywords in the title and the url. You can assign a keyboard shortcut to the extension for quick access (e.g. Ctrl + Shift + F): - go to chrome://extensions/ - on the bottom of the page, click on "Configure commands" link - assign the keyboard shortcut for "Where is my tab?" extension Where is my tab? has been released under the license GNU GPLv3. Source code is available on https://github.com/furbos/where-is-my-tab
Grundlegende Informationen zur Erweiterung
Name | Where is my tab? |
ID | bllfmidjjfmafmfoiobkkcjkcddccngp |
Offizielle URL | https://chromewebstore.google.com/detail/where-is-my-tab/bllfmidjjfmafmfoiobkkcjkcddccngp |
Beschreibung | Search in tabs. |
Dateigröße | 35.11 KB |
Installationsanzahl | 67 |
Aktuelle Version | 1.1 |
Letztes Update | 2013-02-21 |
Veröffentlichungsdatum | 2013-02-21 |
Bewertung | 5.00/5 Insgesamt 4 Bewertungen |
Entwickler | Michal Fabry |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/furbos/where-is-my-tab |
Hilfeseite URL | https://github.com/furbos/where-is-my-tab/issues |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Where is my tab?", "version": "1.1", "manifest_version": 2, "description": "Search in tabs.", "icons": { "16": "media\/icon16.png", "48": "media\/icon48.png", "128": "media\/icon128.png" }, "browser_action": { "default_icon": "media\/icon19.png", "default_title": "Where is my tab?", "default_popup": "popup.html" }, "permissions": [ "tabs" ], "content_security_policy": "script-src 'self'; object-src 'self'" } |