Convert2morse

Converts text to morse

Wat is Convert2morse?

Convert2morse is een Chrome-extensie ontwikkeld door https://www.userpixel.com, en de belangrijkste functie is "Converts text to morse".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Convert2morse

Download Convert2morse-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Convert2morse Convert2morse
ID ciegdohnoiolmmekpeeehfdfpbfchoif
Officiële URL https://chromewebstore.google.com/detail/convert2morse/ciegdohnoiolmmekpeeehfdfpbfchoif
Beschrijving Converts text to morse
Bestandsgrootte 5.56 KB
Aantal Installaties 89
Huidige Versie 1.1
Laatst Bijgewerkt 2014-02-13
Publicatiedatum 2014-02-13
Beoordeling 2.50/5 Totaal 2 Beoordelingen
Ontwikkelaar https://www.userpixel.com
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}