Morse Code Translator

This extension provides a morse code translation pop-out

What is Morse Code Translator?

Morse Code Translator is a Chrome extension developed by murgatroid99, and its main feature is "This extension provides a morse code translation pop-out".

Extension Screenshots

screenshot

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

                        This extension shows a simple form that translates Morse code to text.

I made it for translating Serenity's blinking in Homestuck (hence the image), but it is not limited to that purpose.

Version 0.6:
Added Text to Morse translation

Version 0.7:
Added punctuation                    

Extension Basic Information

Name Morse Code Translator Morse Code Translator
ID faiiddjaocoaiighbccojehokfaoeimk
Official URL https://chromewebstore.google.com/detail/morse-code-translator/faiiddjaocoaiighbccojehokfaoeimk
Description This extension provides a morse code translation pop-out
File Size 57.89 KB
Installation Count 1,187
Current Version 0.7.0
Last Updated 2013-08-11
Publish Date 2013-08-11
Rating 3.88/5 Total 16 Ratings
Developer murgatroid99
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Morse Code Translator",
    "description": "This extension provides a morse code translation pop-out",
    "version": "0.7.0",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_title": "Translate Morse Code",
        "default_popup": "html\/index.html"
    }
}