UyConverter

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

Wat is UyConverter?

UyConverter is een Chrome-extensie ontwikkeld door Rustem, en de belangrijkste functie is "This extension converts content of current tab from uy to uls and from uls to uy".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie UyConverter

Download UyConverter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam UyConverter UyConverter
ID jfphmfnfcfjnncpcfpcikmpafmjlcdce
Officiële URL https://chromewebstore.google.com/detail/uyconverter/jfphmfnfcfjnncpcfpcikmpafmjlcdce
Beschrijving This extension converts content of current tab from uy to uls and from uls to uy
Bestandsgrootte 53.82 KB
Aantal Installaties 80
Huidige Versie 1.1.2
Laatst Bijgewerkt 2016-10-21
Publicatiedatum 2016-10-20
Beoordeling 5.00/5 Totaal 10 Beoordelingen
Ontwikkelaar Rustem
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://www.uyghurix.net
Ondersteunde Talen 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",
        ""
    ]
}