Latinify

Converts Cyrillic to Latin on any website!

Latinifyคืออะไร?

Latinify เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Converts Cyrillic to Latin on any website!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Latinify

ดาวน์โหลดไฟล์ส่วนขยาย Latinify ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Chrome Extension that converts any Cyrillic letters to Latin ones. Supports every Cyrillic alphabet (Slavic and non-Slavic)!
How it works:
Install by adding it to your Chrome.

Works when you load any page that contains Cyrillic alphabet, by automiatically converting it to Latin.

Cyrillic alphabets supported:
Belarus
Bulgaria
Kazakstan
Kyrgyzstan
Macedonia
Mongolia
Montenegro
Russia
Serbia
Tajikistan
Ukraine                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Latinify Latinify
ID clhcmoeloccdehioknhbbdokpkceaoha
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/latinify/clhcmoeloccdehioknhbbdokpkceaoha
คำอธิบาย Converts Cyrillic to Latin on any website!
ขนาดไฟล์ 9.27 KB
จำนวนการติดตั้ง 85
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2018-09-21
วันที่เผยแพร่ 2018-09-21
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/oreoadidas/latinify
URL หน้าช่วยเหลือ https://albsouladam.tk/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Latinify",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Converts Cyrillic to Latin on any website!",
    "browser_action": {
        "default_icon": "latinify128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}