Where is my tab?

Search in tabs.

Vad är Where is my tab??

Where is my tab? är en Chrome-tillägg utvecklad av Michal Fabry, och dess huvudfunktion är "Search in tabs.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Where is my tab?-förlängningens CRX-fil

Ladda ner Where is my tab?-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        "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                    

Grundläggande Information om Tillägg

Namn Where is my tab? Where is my tab?
ID bllfmidjjfmafmfoiobkkcjkcddccngp
Officiell webbadress https://chromewebstore.google.com/detail/where-is-my-tab/bllfmidjjfmafmfoiobkkcjkcddccngp
Beskrivning Search in tabs.
Filstorlek 35.11 KB
Antal Installationer 67
Aktuell Version 1.1
Senast Uppdaterad 2013-02-21
Publiceringsdatum 2013-02-21
Betyg 5.00/5 Totalt 4 Betyg
Utvecklare Michal Fabry
Betalningssätt free
Tilläggswebbplats https://github.com/furbos/where-is-my-tab
Hjälpsida URL https://github.com/furbos/where-is-my-tab/issues
Stödda Språk 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'"
}