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
Eメール [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",
        ""
    ]
}