Ukraïnśka Latynka | Українська латинка
Convert Ukrainian Cyrillic to Latin script
Ukraïnśka Latynka | Українська латинкаคืออะไร?
Ukraïnśka Latynka | Українська латинка เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://paiv.github.io/latynka และคุณลักษณะหลักของมันคือ "Convert Ukrainian Cyrillic to Latin script"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ukraïnśka Latynka | Українська латинка
ดาวน์โหลดไฟล์ส่วนขยาย Ukraïnśka Latynka | Українська латинка ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension converts web pages with Ukrainian Cyrillic text to Latin script.
** Please Read **
This extension does minimal changes to original pages – only replacing Cyrillic letters with Latin. Still, some web pages might look broken, since page author did not account for this change. The cause for it is a font used on the page not handling Latin or extended Latin characters, like č and ž. To show these characters, browser will choose another font, which would change original page look.
The extension is open-source, and has no ads or trackers, development is fully transparent.
You can help by spreading the word about it, and sharing with your friends. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | joeekaccddgdgpdacldaoklcpefkjmck |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/ukra%C3%AFns%CC%81ka-latynka-%D1%83%D0%BA%D1%80%D0%B0%D1%97%D0%BD/joeekaccddgdgpdacldaoklcpefkjmck |
| คำอธิบาย | Convert Ukrainian Cyrillic to Latin script |
| ขนาดไฟล์ | 84.21 KB |
| จำนวนการติดตั้ง | 283 |
| เวอร์ชันปัจจุบัน | 1.5.0 |
| อัปเดตครั้งล่าสุด | 2022-11-15 |
| วันที่เผยแพร่ | 2020-04-20 |
| คะแนน | 4.47/5 รวมทั้งหมด 17 คะแนน |
| ผู้พัฒนา | https://paiv.github.io/latynka |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| URL หน้านโยบายความเป็นส่วนตัว | https://paiv.github.io/latynka/policy.txt |
| ภาษาที่รองรับ | en,ru,uk |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Ukra\u00efns\u0301ka Latynka | \u0423\u043a\u0440\u0430\u0457\u043d\u0441\u044c\u043a\u0430 \u043b\u0430\u0442\u0438\u043d\u043a\u0430",
"short_name": "Latynka",
"author": "Pavel paiv Ivashkov",
"description": "__MSG_extension_description__",
"version": "1.5.0",
"default_locale": "en",
"icons": {
"16": "img\/icon16.png",
"32": "img\/icon32.png",
"48": "img\/icon48.png",
"128": "img\/icon128.png"
},
"background": {
"service_worker": "js\/background.js"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_start",
"all_frames": true,
"js": [
"js\/content.js"
]
},
{
"matches": [
"https:\/\/paiv.github.io\/latynka\/v1*"
],
"run_at": "document_end",
"js": [
"js\/github_v1.js"
]
}
],
"options_ui": {
"page": "options.html"
},
"permissions": [
"storage",
"activeTab"
],
"minimum_chrome_version": "88",
"action": {
"default_icon": {
"16": "img\/icon16.png",
"32": "img\/icon32.png"
},
"default_popup": "popup.html",
"default_title": "__MSG_extension_button_tooltip__"
},
"incognito": "split"
} | |