Translit
On the fly conversion from latin to cyrillic for text widgets.
Translitคืออะไร?
Translit เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mark Stein และคุณลักษณะหลักของมันคือ "On the fly conversion from latin to cyrillic for text widgets."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Translit
ดาวน์โหลดไฟล์ส่วนขยาย Translit ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Translit Extension: Works in most text fields
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Translit |
ID | cdfojffepjegadljoamlaoebkndckdln |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/translit/cdfojffepjegadljoamlaoebkndckdln |
คำอธิบาย | On the fly conversion from latin to cyrillic for text widgets. |
ขนาดไฟล์ | 19.23 KB |
จำนวนการติดตั้ง | 200 |
เวอร์ชันปัจจุบัน | 7 |
อัปเดตครั้งล่าสุด | 2021-06-28 |
วันที่เผยแพร่ | 2021-06-24 |
คะแนน | 4.14/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | Mark Stein |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Translit", "version": "7", "description": "__MSG_description__", "default_locale": "en", "icons": { "16": "images\/icon.png", "48": "images\/icon48.png" }, "options_page": "html\/options.html", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "all_frames": true, "run_at": "document_end", "js": [ "js\/constants.js", "js\/data.js", "js\/kirill.js" ] } ], "permissions": [] } |