Find The Tab
Find the tab will help you to navigate between multiple tabs!
Cos'è Find The Tab?
Find The Tab è un'estensione di Chrome sviluppata da Daniel Sternlicht, e la sua funzione principale è "Find the tab will help you to navigate between multiple tabs!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Find The Tab
Scarica i file di estensione Find The Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Find The Tab will help you to navigate between multiple opened tabs and produce your productivity. -------------------- How to use -------------------- * Activate Find The Tab's search box by either clicking its icon next to the address bar, or pressing Alt+T keys on your keyboard. * Navigate between search results with the Up & Down arrow keys. * Press Enter/Return to navigate to the selected tab. That's it! It's that simple :) ------------------ About us ------------------ An extension by Matan Blonder. Developed by Daniel Sternlicht. -------------- Updates -------------- 02/07/14 - v.0.1.0 * First release!
Informazioni di Base sull'Estensione
Nome | Find The Tab |
ID | ajpepgjcbfdlafbkgkcnlmnjjolhodbh |
URL Ufficiale | https://chromewebstore.google.com/detail/find-the-tab/ajpepgjcbfdlafbkgkcnlmnjjolhodbh |
Descrizione | Find the tab will help you to navigate between multiple tabs! |
Dimensione del File | 164 KB |
Conteggio Installazioni | 50 |
Versione Corrente | 0.1.0 |
Ultimo Aggiornamento | 2014-07-03 |
Data di Pubblicazione | 2014-07-03 |
Valutazione | 4.27/5 Totale 11 Valutazioni |
Sviluppatore | Daniel Sternlicht |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://danielsternlicht.com/ |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "minimum_chrome_version": "25", "name": "Find The Tab", "version": "0.1.0", "manifest_version": 2, "description": "Find the tab will help you to navigate between multiple tabs!", "homepage_url": "http:\/\/www.danielsternlicht.com\/playground\/findTheTab\/", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "permissions": [ "tabs", "http:\/\/*\/", "https:\/\/*\/" ], "commands": { "_execute_browser_action": { "suggested_key": { "chromeos": "Alt+T", "linux": "Alt+T", "mac": "Alt+T", "windows": "Alt+T" } } }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Find The Tab", "default_popup": "src\/browser_action\/popup.html" } } |