Anstatauxi

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

Vad är Anstatauxi?

Anstatauxi är en Chrome-tillägg utvecklad av jcreed, och dess huvudfunktion är "Eta etendilo por Chrome kiu anstataŭigas tion kion vi tajpas laŭ x-sistemo. (sx -> ŝ, cx -> ĉ, ktp.) Tiny chrome extension that…".

Tilläggsskärmbilder

screenshot

Ladda ner Anstatauxi-förlängningens CRX-fil

Ladda ner Anstatauxi-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Anstatauxi Anstatauxi
ID geffaabblpcfabmjdoipmfplglceofgj
Officiell webbadress https://chromewebstore.google.com/detail/anstatauxi/geffaabblpcfabmjdoipmfplglceofgj
Beskrivning Eta etendilo por Chrome kiu anstataŭigas tion kion vi tajpas laŭ x-sistemo. (sx -> ŝ, cx -> ĉ, ktp.) Tiny chrome extension that…
Filstorlek 6.86 KB
Antal Installationer 225
Aktuell Version 1.0.1
Senast Uppdaterad 2019-08-19
Publiceringsdatum 2019-08-19
Betyg 4.42/5 Totalt 12 Betyg
Utvecklare jcreed
Betalningssätt free
Tilläggswebbplats https://github.com/jcreedcmu/anstatauxi
Stödda Språk 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"
    ]
}