Esperanto x-system to Unicode
Replaces x-system digraphs with their Unicode counterparts.
Esperanto x-system to Unicode là gì?
Esperanto x-system to Unicode là một tiện ích mở rộng Chrome được phát triển bởi https://chris.pacejo.net, và tính năng chính của nó là "Replaces x-system digraphs with their Unicode counterparts.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Esperanto x-system to Unicode
Tải xuống các tệp mở rộng Esperanto x-system to Unicode dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Esperanto x-system to Unicode |
ID | jbddgilgkejhmefpehlkcghcdkndcmoh |
URL Chính Thức | https://chromewebstore.google.com/detail/esperanto-x-system-to-uni/jbddgilgkejhmefpehlkcghcdkndcmoh |
Mô tả | Replaces x-system digraphs with their Unicode counterparts. |
Kích Thước Tệp | 4.21 KB |
Số Lần Cài Đặt | 20 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2015-12-16 |
Ngày Phát Hành | 2015-12-15 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://chris.pacejo.net |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } |