FontPyin

The extension makes Maynamar which is written with Zawgyi font readable.

Co je FontPyin?

FontPyin je rozšíření Chrome vyvinuté AmosG, a jeho hlavní funkcí je „The extension makes Maynamar which is written with Zawgyi font readable.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření FontPyin

Stáhněte si soubory rozšíření FontPyin ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název FontPyin FontPyin
ID bkdajbbpncegglglccnhiamlhfgkefpo
Oficiální URL https://chromewebstore.google.com/detail/fontpyin/bkdajbbpncegglglccnhiamlhfgkefpo
Popis The extension makes Maynamar which is written with Zawgyi font readable.
Velikost souboru 208 KB
Počet instalací 105
Aktuální Verze 0.2
Poslední Aktualizace 2017-02-14
Datum Vydání 2017-02-13
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář AmosG
Typ Platby free
Podporované Jazyky 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'"
}