Esperanto x-system to Unicode

Replaces x-system digraphs with their Unicode counterparts.

Esperanto x-system to Unicodeคืออะไร?

Esperanto x-system to Unicode เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://chris.pacejo.net และคุณลักษณะหลักของมันคือ "Replaces x-system digraphs with their Unicode counterparts."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Esperanto x-system to Unicode

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

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

                        This will give x-system text its proper hats!  Ex. gx → ĝ.

Note that this only works on existing web pages!  It does NOT change what you type!

Donu al "x-sistema" teksto siajn ĝustajn ĉapelojn!  Ex. gx → ĝ.

Atendu, ĉi tiu nur funkcias por retpaĝoj ekzistantaj!  Ĝi NE ŝangas tiun, kiun vi tajpas!                    

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

ชื่อ Esperanto x-system to Unicode Esperanto x-system to Unicode
ID jbddgilgkejhmefpehlkcghcdkndcmoh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/esperanto-x-system-to-uni/jbddgilgkejhmefpehlkcghcdkndcmoh
คำอธิบาย Replaces x-system digraphs with their Unicode counterparts.
ขนาดไฟล์ 4.21 KB
จำนวนการติดตั้ง 20
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2015-12-16
วันที่เผยแพร่ 2015-12-15
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://chris.pacejo.net
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Esperanto x-system to Unicode",
    "version": "1.0",
    "description": "Replaces x-system digraphs with their Unicode counterparts.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "48": "icon48.png"
    },
    "author": "Chris Pacejo"
}