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