Esperanto x-system to Unicode
Replaces x-system digraphs with their Unicode counterparts.
Qu'est-ce que Esperanto x-system to Unicode ?
Esperanto x-system to Unicode est une extension Chrome développée par https://chris.pacejo.net, et sa fonction principale est "Replaces x-system digraphs with their Unicode counterparts.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Esperanto x-system to Unicode
Téléchargez les fichiers d'extension Esperanto x-system to Unicode 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
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!
Informations de Base sur l'Extension
Nom | Esperanto x-system to Unicode |
ID | jbddgilgkejhmefpehlkcghcdkndcmoh |
URL Officiel | https://chromewebstore.google.com/detail/esperanto-x-system-to-uni/jbddgilgkejhmefpehlkcghcdkndcmoh |
Description | Replaces x-system digraphs with their Unicode counterparts. |
Taille du Fichier | 4.21 KB |
Nombre d'Installations | 20 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2015-12-16 |
Date de Publication | 2015-12-15 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://chris.pacejo.net |
Type de Paiement | free |
Langues Prises en Charge | 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" } |