FontPyin
The extension makes Maynamar which is written with Zawgyi font readable.
O que é FontPyin?
FontPyin é uma extensão do Chrome desenvolvida por AmosG, e sua principal característica é "The extension makes Maynamar which is written with Zawgyi font readable.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão FontPyin
Baixe arquivos de extensão FontPyin no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Are the letters not displayed correctly on your Facebook for Myanmar language? Use this extension to fix it. - Changes 0.2 - The extension should be working again.
Informações Básicas da Extensão
Nome | FontPyin |
ID | bkdajbbpncegglglccnhiamlhfgkefpo |
URL Oficial | https://chromewebstore.google.com/detail/fontpyin/bkdajbbpncegglglccnhiamlhfgkefpo |
Descrição | The extension makes Maynamar which is written with Zawgyi font readable. |
Tamanho do Arquivo | 208 KB |
Contagem de Instalações | 105 |
Versão Atual | 0.2 |
Última Atualização | 2017-02-14 |
Data de Publicação | 2017-02-13 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | AmosG |
Tipo de Pagamento | free |
Idiomas Suportados | no |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "FontPyin", "description": "The extension makes Maynamar which is written with Zawgyi font readable.", "version": "0.2", "browser_action": { "default_title": "FontPyin", "default_icon": "icon_128.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ], "web_accessible_resources": [ "fonts\/*" ], "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'" } |