UyConverter

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

UyConverter là gì?

UyConverter là một tiện ích mở rộng Chrome được phát triển bởi Rustem, và tính năng chính của nó là "This extension converts content of current tab from uy to uls and from uls to uy".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng UyConverter

Tải xuống các tệp mở rộng UyConverter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên UyConverter UyConverter
ID jfphmfnfcfjnncpcfpcikmpafmjlcdce
URL Chính Thức https://chromewebstore.google.com/detail/uyconverter/jfphmfnfcfjnncpcfpcikmpafmjlcdce
Mô tả This extension converts content of current tab from uy to uls and from uls to uy
Kích Thước Tệp 53.82 KB
Số Lần Cài Đặt 80
Phiên Bản Hiện Tại 1.1.2
Cập Nhật Lần Cuối 2016-10-21
Ngày Phát Hành 2016-10-20
Đánh Giá 5.00/5 Tổng số 10 Đánh Giá
Nhà Phát Triển Rustem
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.uyghurix.net
Ngôn Ngữ Được Hỗ Trợ 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",
        ""
    ]
}