UyConverter

This extension converts content of current tab from uy to uls and from uls to uy

Qu'est-ce que UyConverter ?

UyConverter est une extension Chrome développée par Rustem, et sa fonction principale est "This extension converts content of current tab from uy to uls and from uls to uy".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension UyConverter

Téléchargez les fichiers d'extension UyConverter 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 only used for websites in Uyghur languages, it will convert Uyghur Arabic based website to Uyghur Latin and Uyghur Cyrillic,also from Uyghur Latin writting and Cyrillic Uyghur writting to Arabic based Uyghur writting.                    

Informations de Base sur l'Extension

Nom UyConverter UyConverter
ID jfphmfnfcfjnncpcfpcikmpafmjlcdce
URL Officiel https://chromewebstore.google.com/detail/uyconverter/jfphmfnfcfjnncpcfpcikmpafmjlcdce
Description This extension converts content of current tab from uy to uls and from uls to uy
Taille du Fichier 53.82 KB
Nombre d'Installations 80
Version Actuelle 1.1.2
Dernière Mise à Jour 2016-10-21
Date de Publication 2016-10-20
Évaluation 5.00/5 Total 10 Évaluations
Développeur Rustem
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.uyghurix.net
Langues Prises en Charge tr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "UyConverter",
    "version": "1.1.2",
    "manifest_version": 2,
    "description": "This extension converts content of current tab from uy to uls and from uls to uy",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab",
        ""
    ]
}