Convert2morse
Converts text to morse
Cos'è Convert2morse?
Convert2morse è un'estensione di Chrome sviluppata da https://www.userpixel.com, e la sua funzione principale è "Converts text to morse".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Convert2morse
Scarica i file di estensione Convert2morse 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
Select and convert any text on any page to morse code with the click of a button. Convert2morse adds a menu item to your Chrome that easily converts the selected text into morse code. * Extremely small application (3KB) * Doesn't need any permission * Open source: https://github.com/hanifbbz/convert2morse
Informazioni di Base sull'Estensione
Nome | Convert2morse |
ID | ciegdohnoiolmmekpeeehfdfpbfchoif |
URL Ufficiale | https://chromewebstore.google.com/detail/convert2morse/ciegdohnoiolmmekpeeehfdfpbfchoif |
Descrizione | Converts text to morse |
Dimensione del File | 5.56 KB |
Conteggio Installazioni | 89 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2014-02-13 |
Data di Pubblicazione | 2014-02-13 |
Valutazione | 2.50/5 Totale 2 Valutazioni |
Sviluppatore | https://www.userpixel.com |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Convert2morse", "short_name": "morse", "description": "Converts text to morse", "version": "1.1", "permissions": [ "contextMenus" ], "background": { "scripts": [ "morse.js", "background.js" ] }, "icons": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" } } |