Anstatauxi

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

Qu'est-ce que Anstatauxi ?

Anstatauxi est une extension Chrome développée par jcreed, et sa fonction principale est "Eta etendilo por Chrome kiu anstataŭigas tion kion vi tajpas laŭ x-sistemo. (sx -> ŝ, cx -> ĉ, ktp.) Tiny chrome extension that…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Anstatauxi

Téléchargez les fichiers d'extension Anstatauxi au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Anstatauxi Anstatauxi
ID geffaabblpcfabmjdoipmfplglceofgj
URL Officiel https://chromewebstore.google.com/detail/anstatauxi/geffaabblpcfabmjdoipmfplglceofgj
Description Eta etendilo por Chrome kiu anstataŭigas tion kion vi tajpas laŭ x-sistemo. (sx -> ŝ, cx -> ĉ, ktp.) Tiny chrome extension that…
Taille du Fichier 6.86 KB
Nombre d'Installations 225
Version Actuelle 1.0.1
Dernière Mise à Jour 2019-08-19
Date de Publication 2019-08-19
Évaluation 4.42/5 Total 12 Évaluations
Développeur jcreed
Type de Paiement free
Site Web de l'Extension https://github.com/jcreedcmu/anstatauxi
Langues Prises en Charge 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"
    ]
}