UyConverter

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

Cos'è UyConverter?

UyConverter è un'estensione di Chrome sviluppata da Rustem, e la sua funzione principale è "This extension converts content of current tab from uy to uls and from uls to uy".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione UyConverter

Scarica i file di estensione UyConverter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome UyConverter UyConverter
ID jfphmfnfcfjnncpcfpcikmpafmjlcdce
URL Ufficiale https://chromewebstore.google.com/detail/uyconverter/jfphmfnfcfjnncpcfpcikmpafmjlcdce
Descrizione This extension converts content of current tab from uy to uls and from uls to uy
Dimensione del File 53.82 KB
Conteggio Installazioni 80
Versione Corrente 1.1.2
Ultimo Aggiornamento 2016-10-21
Data di Pubblicazione 2016-10-20
Valutazione 5.00/5 Totale 10 Valutazioni
Sviluppatore Rustem
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.uyghurix.net
Lingue Supportate 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",
        ""
    ]
}