MyanmarFontTagger
Fill the gap between Zawgyi-One and Unicode
Что такое MyanmarFontTagger?
MyanmarFontTagger - это расширение Chrome, разработанное thantthet, и его основная функция - "Fill the gap between Zawgyi-One and Unicode".
Снимки экрана расширения
Скачать файл CRX расширения MyanmarFontTagger
Скачайте файлы расширений MyanmarFontTagger в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
In the meantime, Burmese web contents are written using Zawgyi-One or Unicode. Most people have a hard time switching to Unicode which is FUTURE PROOF and a STANDARD encoding system. You might have dreamt of using both Zawgyi-One and Unicode at the same time when you browse the web. No problem buddies, you dream came true with this plugin. So just try it out. :)
The extension used encoding detection pattern which based on the script from Ko Ravi
Font Busters - http://userscripts.org/scripts/show/42941 Основная информация о расширении
| Название | |
| ID | ildjeipiccodnhbpjebhhodledejdeip |
| Официальный URL | https://chromewebstore.google.com/detail/myanmarfonttagger/ildjeipiccodnhbpjebhhodledejdeip |
| Описание | Fill the gap between Zawgyi-One and Unicode |
| Размер файла | 7.6 KB |
| Количество установок | 2,859 |
| Текущая Версия | 2.0.2 |
| Последнее Обновление | 2013-06-10 |
| Дата публикации | 2013-06-10 |
| Рейтинг | 4.30/5 Всего 80 оценок |
| Разработчик | thantthet |
| Тип оплаты | free |
| Поддерживаемые языки | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "MyanmarFontTagger",
"version": "2.0.2",
"manifest_version": 2,
"description": "Fill the gap between Zawgyi-One and Unicode",
"icons": {
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"js": [
"script.js"
]
}
]
} | |