UyConverter

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

Co to jest UyConverter?

UyConverter to rozszerzenie Chrome opracowane przez Rustem, a jego główną funkcją jest „This extension converts content of current tab from uy to uls and from uls to uy”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia UyConverter

Pobierz pliki rozszerzeń UyConverter w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa UyConverter UyConverter
ID jfphmfnfcfjnncpcfpcikmpafmjlcdce
Oficjalny URL https://chromewebstore.google.com/detail/uyconverter/jfphmfnfcfjnncpcfpcikmpafmjlcdce
Opis This extension converts content of current tab from uy to uls and from uls to uy
Rozmiar pliku 53.82 KB
Liczba instalacji 80
Aktualna Wersja 1.1.2
Ostatnia Aktualizacja 2016-10-21
Data Publikacji 2016-10-20
Ocena 5.00/5 Łącznie 10 Oceny
Deweloper Rustem
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://www.uyghurix.net
Obsługiwane Języki 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",
        ""
    ]
}