Where is my tab?
Search in tabs.
Wat is Where is my tab??
Where is my tab? is een Chrome-extensie ontwikkeld door Michal Fabry, en de belangrijkste functie is "Search in tabs.".
Extensie Screenshots
Download het CRX-bestand van de extensie Where is my tab?
Download Where is my tab?-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
"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
Basisinformatie over de Extensie
Naam | Where is my tab? |
ID | bllfmidjjfmafmfoiobkkcjkcddccngp |
Officiële URL | https://chromewebstore.google.com/detail/where-is-my-tab/bllfmidjjfmafmfoiobkkcjkcddccngp |
Beschrijving | Search in tabs. |
Bestandsgrootte | 35.11 KB |
Aantal Installaties | 67 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2013-02-21 |
Publicatiedatum | 2013-02-21 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | Michal Fabry |
Betalingswijze | free |
Extensiewebsite | https://github.com/furbos/where-is-my-tab |
Help Pagina-URL | https://github.com/furbos/where-is-my-tab/issues |
Ondersteunde Talen | 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'" } |