UyConverter

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

Что такое UyConverter?

UyConverter - это расширение Chrome, разработанное Rustem, и его основная функция - "This extension converts content of current tab from uy to uls and from uls to uy".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения UyConverter

Скачайте файлы расширений UyConverter в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название UyConverter UyConverter
ID jfphmfnfcfjnncpcfpcikmpafmjlcdce
Официальный URL https://chromewebstore.google.com/detail/uyconverter/jfphmfnfcfjnncpcfpcikmpafmjlcdce
Описание This extension converts content of current tab from uy to uls and from uls to uy
Размер файла 53.82 KB
Количество установок 80
Текущая Версия 1.1.2
Последнее Обновление 2016-10-21
Дата публикации 2016-10-20
Рейтинг 5.00/5 Всего 10 оценок
Разработчик Rustem
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://www.uyghurix.net
Поддерживаемые языки 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",
        ""
    ]
}