Find My Tab
This extension will help you find your tab accross multiple windows.
Was ist Find My Tab?
Find My Tab ist eine Chrome-Erweiterung, die von Harshad Mane entwickelt wurde, und ihr Hauptmerkmal ist "This extension will help you find your tab accross multiple windows.".
Erweiterungsscreenshots
Find My Tab-Erweiterungs-CRX-Datei herunterladen
Laden Sie Find 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
This extension will help you find your tab accross multiple windows. Listing of all tabs will appear when you click on extension button. Then you can search by typing. Use Tab button to navigate in following list and hit Enter button to open the highlighted tab in list. Developed by Harshad Mane, [email protected]
Grundlegende Informationen zur Erweiterung
Name | Find My Tab |
ID | kfjkbejnhfkijofhgjkbgaipejcabmma |
Offizielle URL | https://chromewebstore.google.com/detail/find-my-tab/kfjkbejnhfkijofhgjkbgaipejcabmma |
Beschreibung | This extension will help you find your tab accross multiple windows. |
Dateigröße | 133 KB |
Installationsanzahl | 21 |
Aktuelle Version | 1.3 |
Letztes Update | 2017-04-06 |
Veröffentlichungsdatum | 2017-04-06 |
Bewertung | 4.36/5 Insgesamt 14 Bewertungen |
Entwickler | Harshad Mane |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Find My Tab", "description": "This extension will help you find your tab accross multiple windows.", "version": "1.3", "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "browser_action": { "default_icon": "fmt.png", "default_popup": "popup.html" }, "permissions": [ "tabs" ] } |