Tab Finder

Search, pin and open tabs quickly.

Wat is Tab Finder?

Tab Finder is een Chrome-extensie ontwikkeld door Mega Apps, en de belangrijkste functie is "Search, pin and open tabs quickly.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Tab Finder

Download Tab Finder-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

                        Find and navigate to any open tab by searching for the Title or URL. You can pin or close tabs directly from Tab Finder, too. 

Are you a keyboard shortcut virtuoso? We got you covered. You can use both your mouse and your keyboard to navigate through the list of tabs. Ctrl+Shift+Space brings up the extension. You can use the arrow keys to navigate between the tabs and hit enter to bring a tab in focus.                    

Basisinformatie over de Extensie

Naam Tab Finder Tab Finder
ID akikgmngikhdhecndjkjcacfefdbnnin
Officiële URL https://chromewebstore.google.com/detail/tab-finder/akikgmngikhdhecndjkjcacfefdbnnin
Beschrijving Search, pin and open tabs quickly.
Bestandsgrootte 454 KB
Aantal Installaties 570
Huidige Versie 1.0
Laatst Bijgewerkt 2019-12-31
Publicatiedatum 2019-12-30
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar Mega Apps
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "short_name": "Tab Finder",
    "name": "Tab Finder",
    "description": "Search, pin and open tabs quickly.",
    "version": "1.0",
    "browser_action": {
        "default_popup": "index.html"
    },
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "tabs",
        ""
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+U",
                "mac": "MacCtrl+Shift+Space"
            }
        }
    }
}