Convert2morse

Converts text to morse

What is Convert2morse?

Convert2morse is a Chrome extension developed by https://www.userpixel.com, and its main feature is "Converts text to morse".

Extension Screenshots

screenshot
screenshot

Download Convert2morse Extension CRX File

Download Convert2morse 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

                        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                    

Extension Basic Information

Name Convert2morse Convert2morse
ID ciegdohnoiolmmekpeeehfdfpbfchoif
Official URL https://chromewebstore.google.com/detail/convert2morse/ciegdohnoiolmmekpeeehfdfpbfchoif
Description Converts text to morse
File Size 5.56 KB
Installation Count 89
Current Version 1.1
Last Updated 2014-02-13
Publish Date 2014-02-13
Rating 2.50/5 Total 2 Ratings
Developer https://www.userpixel.com
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}