UyConverter

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

什么是UyConverter?

UyConverter是由Rustem开发的Chrome扩展程序,该扩展的主要功能是“This extension converts content of current tab from uy to uls and from uls to uy”。

扩展截图

screenshot
screenshot
screenshot

下载UyConverter扩展crx文件

下载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",
        ""
    ]
}