Clock for RF Nerds
Display a Smith Chart Clock when you create a new tab
Cos'è Clock for RF Nerds?
Clock for RF Nerds è un'estensione di Chrome sviluppata da http://www.microwave.fr, e la sua funzione principale è "Display a Smith Chart Clock when you create a new tab".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Clock for RF Nerds
Scarica i file di estensione Clock for RF Nerds 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
Display a Smith Chart Clock when you create a new tab. --- Update version 1.2: You can redirect to a customized URL in the options.
Informazioni di Base sull'Estensione
Nome | |
ID | oobbpkmoechbplmgkpkmooelffbcfdkh |
URL Ufficiale | https://chrome.google.com/webstore/detail/clock-for-rf-nerds/oobbpkmoechbplmgkpkmooelffbcfdkh |
Descrizione | Display a Smith Chart Clock when you create a new tab |
Dimensione del File | 20.83 KB |
Conteggio Installazioni | 59 |
Versione Corrente | 1.200 |
Ultimo Aggiornamento | 2014-09-24 |
Data di Pubblicazione | 2014-09-24 |
Valutazione | 4.33/5 Totale 6 Valutazioni |
Sviluppatore | http://www.microwave.fr |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.microwave.fr/products.html |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "chrome_url_overrides": { "newtab": "smith.html" }, "permissions": [ "tabs" ], "description": "Display a Smith Chart Clock when you create a new tab", "icons": { "128": "icon_128.png" }, "manifest_version": 2, "name": "Clock for RF Nerds", "offline_enabled": true, "options_page": "options.html", "version": "1.200" } |