Convert Text to ISL

Converts your selected data to ISL

Qu'est-ce que Convert Text to ISL ?

Convert Text to ISL est une extension Chrome développée par Thaparians, et sa fonction principale est "Converts your selected data to ISL".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Convert Text to ISL

Téléchargez les fichiers d'extension Convert Text to ISL au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Convert Text to ISL Convert Text to ISL
ID cnjkedbgijbppmonekeajnbdokgmkekd
URL Officiel https://chromewebstore.google.com/detail/convert-text-to-isl/cnjkedbgijbppmonekeajnbdokgmkekd
Description Converts your selected data to ISL
Taille du Fichier 248 KB
Nombre d'Installations 96
Version Actuelle 1.02
Dernière Mise à Jour 2019-05-17
Date de Publication 2019-05-17
Évaluation 5.00/5 Total 4 Évaluations
Développeur Thaparians
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}