Morse Code Translator
Welcome on, one of the best Morse Code Translator (morsecode übersetzer). On this extension, you can convert text to morse code.
What is Morse Code Translator?
Morse Code Translator is a Chrome extension developed by https://morsecodepro.com, and its main feature is "Welcome on, one of the best Morse Code Translator (morsecode übersetzer). On this extension, you can convert text to morse code.".
Extension Screenshots
Download Morse Code Translator Extension CRX File
Download Morse Code Translator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Welcome on, one of the best Morse Code Translator. On this extension, you can convert text to morse code. it’s work in real-time so the moment you type any text on the input section it’s automatically going to change your normal text into morse code.
Extension Basic Information
Name | Morse Code Translator |
ID | iikagiceefnnjomifjkkfihhcefebkeo |
Official URL | https://chromewebstore.google.com/detail/morse-code-translator/iikagiceefnnjomifjkkfihhcefebkeo |
Description | Welcome on, one of the best Morse Code Translator (morsecode übersetzer). On this extension, you can convert text to morse code. |
File Size | 48.16 KB |
Installation Count | 291 |
Current Version | 1.0 |
Last Updated | 2020-12-21 |
Publish Date | 2020-12-21 |
Developer | https://morsecodepro.com |
[email protected] | |
Payment Type | free |
Extension Website | https://morsecodepro.com/ |
Help Page URL | https://morsecodepro.com/contact-us/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Morse Code Translator", "description": "Welcome on, one of the best Morse Code Translator (morsecode \u00fcbersetzer). On this extension, you can convert text to morse code.", "version": "1.0", "browser_action": { "default_icon": "images\/icon.png", "default_popup": "popup.html" }, "icons": { "16": "images\/icon.png", "32": "images\/icon.png", "48": "images\/icon.png", "128": "images\/icon.png" } } |