Anstatauxi

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

Apa itu Anstatauxi?

Anstatauxi adalah ekstensi Chrome yang dikembangkan oleh jcreed, dan fitur utamanya adalah "Eta etendilo por Chrome kiu anstataŭigas tion kion vi tajpas laŭ x-sistemo. (sx -> ŝ, cx -> ĉ, ktp.) Tiny chrome extension that…".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Anstatauxi

Unduh file ekstensi Anstatauxi dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Anstatauxi Anstatauxi
ID geffaabblpcfabmjdoipmfplglceofgj
URL Resmi https://chromewebstore.google.com/detail/anstatauxi/geffaabblpcfabmjdoipmfplglceofgj
Deskripsi Eta etendilo por Chrome kiu anstataŭigas tion kion vi tajpas laŭ x-sistemo. (sx -> ŝ, cx -> ĉ, ktp.) Tiny chrome extension that…
Ukuran File 6.86 KB
Jumlah Instalasi 225
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2019-08-19
Tanggal Publikasi 2019-08-19
Penilaian 4.42/5 Total 12 Penilaian
Pengembang jcreed
Tipe Pembayaran free
Situs Ekstensi https://github.com/jcreedcmu/anstatauxi
Bahasa yang Didukung 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"
    ]
}