Stopwatch Tab
Display stopwatches on tabs.
Cos'è Stopwatch Tab?
Stopwatch Tab è un'estensione di Chrome sviluppata da suhirotaka, e la sua funzione principale è "Display stopwatches on tabs.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Stopwatch Tab
Scarica i file di estensione Stopwatch 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
Stopwatch Tab allows you to display stopwatches on tabs. Useful for time management! *** version history *** version 1.0.7 - added "Display hours" option version 1.0.0 - released Stopwatch Tab
Informazioni di Base sull'Estensione
Nome | Stopwatch Tab |
ID | kpgmkamkehfbeilamncpcaafbdfbjmmc |
URL Ufficiale | https://chromewebstore.google.com/detail/stopwatch-tab/kpgmkamkehfbeilamncpcaafbdfbjmmc |
Descrizione | Display stopwatches on tabs. |
Dimensione del File | 33.94 KB |
Conteggio Installazioni | 3,292 |
Versione Corrente | 1.0.8 |
Ultimo Aggiornamento | 2016-12-22 |
Data di Pubblicazione | 2016-12-21 |
Valutazione | 4.17/5 Totale 23 Valutazioni |
Sviluppatore | suhirotaka |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/suhirotaka/stopwatch-tab |
Lingue Supportate | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Stopwatch Tab", "version": "1.0.8", "default_locale": "en", "description": "__MSG_extDescription__", "icons": { "128": "icon_128.png", "72": "icon_72.png", "48": "icon_48.png", "32": "icon_32.png" }, "browser_action": { "default_title": "Stopwatch Tab", "default_icon": "icon_32.png", "default_popup": "popup.html" }, "background": { "page": "background.html" }, "options_page": "options.html", "permissions": [ "tabs", "*:\/\/*\/*", "storage" ] } |