Convert Text to ISL

Converts your selected data to ISL

Apa itu Convert Text to ISL?

Convert Text to ISL adalah ekstensi Chrome yang dikembangkan oleh Thaparians, dan fitur utamanya adalah "Converts your selected data to ISL".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Convert Text to ISL

Unduh file ekstensi Convert Text to ISL 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

                        This extension helps you to convert your text to ISL(Indian sign language). You can either select the text, right click on it and select convert text to ISL or straight away type your text in our extension. Rest is up to us. Hope your appreciate our efforts.                    

Informasi Dasar Ekstensi

Nama Convert Text to ISL Convert Text to ISL
ID cnjkedbgijbppmonekeajnbdokgmkekd
URL Resmi https://chromewebstore.google.com/detail/convert-text-to-isl/cnjkedbgijbppmonekeajnbdokgmkekd
Deskripsi Converts your selected data to ISL
Ukuran File 248 KB
Jumlah Instalasi 96
Versi Saat Ini 1.02
Terakhir Diperbarui 2019-05-17
Tanggal Publikasi 2019-05-17
Penilaian 5.00/5 Total 4 Penilaian
Pengembang Thaparians
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Convert Text to ISL",
    "version": "1.02",
    "description": "Converts your selected data to ISL",
    "icons": {
        "128": "logo.png",
        "48": "logo.png",
        "16": "logo.png"
    },
    "browser_action": {
        "default_icon": "logo.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        "contextMenus"
    ]
}