Esperanto x-system to Unicode
Replaces x-system digraphs with their Unicode counterparts.
Wat is Esperanto x-system to Unicode?
Esperanto x-system to Unicode is een Chrome-extensie ontwikkeld door https://chris.pacejo.net, en de belangrijkste functie is "Replaces x-system digraphs with their Unicode counterparts.".
Extensie Screenshots
Download het CRX-bestand van de extensie Esperanto x-system to Unicode
Download Esperanto x-system to Unicode-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | Esperanto x-system to Unicode |
ID | jbddgilgkejhmefpehlkcghcdkndcmoh |
Officiële URL | https://chromewebstore.google.com/detail/esperanto-x-system-to-uni/jbddgilgkejhmefpehlkcghcdkndcmoh |
Beschrijving | Replaces x-system digraphs with their Unicode counterparts. |
Bestandsgrootte | 4.21 KB |
Aantal Installaties | 20 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2015-12-16 |
Publicatiedatum | 2015-12-15 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://chris.pacejo.net |
Betalingswijze | free |
Ondersteunde Talen | 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" } |