Esperanto x-system to Unicode
Replaces x-system digraphs with their Unicode counterparts.
What is Esperanto x-system to Unicode?
Esperanto x-system to Unicode is a Chrome extension developed by https://chris.pacejo.net, and its main feature is "Replaces x-system digraphs with their Unicode counterparts.".
Extension Screenshots
Download Esperanto x-system to Unicode Extension CRX File
Download Esperanto x-system to Unicode extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | Esperanto x-system to Unicode |
ID | jbddgilgkejhmefpehlkcghcdkndcmoh |
Official URL | https://chromewebstore.google.com/detail/esperanto-x-system-to-uni/jbddgilgkejhmefpehlkcghcdkndcmoh |
Description | Replaces x-system digraphs with their Unicode counterparts. |
File Size | 4.21 KB |
Installation Count | 20 |
Current Version | 1.0 |
Last Updated | 2015-12-16 |
Publish Date | 2015-12-15 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://chris.pacejo.net |
Payment Type | free |
Supported Languages | 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" } |