Convert2morse

Converts text to morse

Apa itu Convert2morse?

Convert2morse adalah ekstensi Chrome yang dikembangkan oleh https://www.userpixel.com, dan fitur utamanya adalah "Converts text to morse".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Convert2morse

Unduh file ekstensi Convert2morse dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Convert2morse Convert2morse
ID ciegdohnoiolmmekpeeehfdfpbfchoif
URL Resmi https://chromewebstore.google.com/detail/convert2morse/ciegdohnoiolmmekpeeehfdfpbfchoif
Deskripsi Converts text to morse
Ukuran File 5.56 KB
Jumlah Instalasi 89
Versi Saat Ini 1.1
Terakhir Diperbarui 2014-02-13
Tanggal Publikasi 2014-02-13
Penilaian 2.50/5 Total 2 Penilaian
Pengembang https://www.userpixel.com
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}