Anstatauxi

Eta etendilo por Chrome kiu anstataŭigas tion kion vi tajpas laŭ x-sistemo. (sx -> ŝ, cx -> ĉ, ktp.) Tiny chrome extension that…

Anstatauxiคืออะไร?

Anstatauxi เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jcreed และคุณลักษณะหลักของมันคือ "Eta etendilo por Chrome kiu anstataŭigas tion kion vi tajpas laŭ x-sistemo. (sx -> ŝ, cx -> ĉ, ktp.) Tiny chrome extension that…"

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

screenshot

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

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

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

                        Eta etendilo por Chrome kiu anstataŭigas tion kion vi tajpas laŭ x-sistemo. (sx -> ŝ, cx -> ĉ, ktp.)

Tiny chrome extension that replaces what you type according to the x-system (sx -> ŝ, cx -> ĉ, etc.)

https://github.com/jcreedcmu/anstatauxi                    

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

ชื่อ Anstatauxi Anstatauxi
ID geffaabblpcfabmjdoipmfplglceofgj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/anstatauxi/geffaabblpcfabmjdoipmfplglceofgj
คำอธิบาย Eta etendilo por Chrome kiu anstataŭigas tion kion vi tajpas laŭ x-sistemo. (sx -> ŝ, cx -> ĉ, ktp.) Tiny chrome extension that…
ขนาดไฟล์ 6.86 KB
จำนวนการติดตั้ง 225
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2019-08-19
วันที่เผยแพร่ 2019-08-19
คะแนน 4.42/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา jcreed
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/jcreedcmu/anstatauxi
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Anstatauxi",
    "version": "1.0.1",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_title": "Anstatauxi"
    },
    "content_scripts": [
        {
            "js": [
                "anstatauxi.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage"
    ]
}