UyConverter

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

Was ist UyConverter?

UyConverter ist eine Chrome-Erweiterung, die von Rustem entwickelt wurde, und ihr Hauptmerkmal ist "This extension converts content of current tab from uy to uls and from uls to uy".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

UyConverter-Erweiterungs-CRX-Datei herunterladen

Laden Sie UyConverter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name UyConverter UyConverter
ID jfphmfnfcfjnncpcfpcikmpafmjlcdce
Offizielle URL https://chromewebstore.google.com/detail/uyconverter/jfphmfnfcfjnncpcfpcikmpafmjlcdce
Beschreibung This extension converts content of current tab from uy to uls and from uls to uy
Dateigröße 53.82 KB
Installationsanzahl 80
Aktuelle Version 1.1.2
Letztes Update 2016-10-21
Veröffentlichungsdatum 2016-10-20
Bewertung 5.00/5 Insgesamt 10 Bewertungen
Entwickler Rustem
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://www.uyghurix.net
Unterstützte Sprachen 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",
        ""
    ]
}