ZG For Facebook
This extension provides Zawgyi-One font for Facebook on any computer, even if the font is not installed.
What is ZG For Facebook?
ZG For Facebook is a Chrome extension developed by @tMozzis, and its main feature is "This extension provides Zawgyi-One font for Facebook on any computer, even if the font is not installed.".
Extension Screenshots
Download ZG For Facebook Extension CRX File
Download ZG For Facebook extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
It is "Lightning Fast" and is tuned to the best for Facebook. More features will be added over time. For support, please contact me at [email protected] . Version 1.3 - Compressed extension size. Added Notes editor font display. Version 1.2 - Updated for new Facebook theme.
Extension Basic Information
Name | ZG For Facebook |
ID | mbjobaojhpkkcdfdejfdooaoolbccgah |
Official URL | https://chromewebstore.google.com/detail/zg-for-facebook/mbjobaojhpkkcdfdejfdooaoolbccgah |
Description | This extension provides Zawgyi-One font for Facebook on any computer, even if the font is not installed. |
File Size | 45.05 KB |
Installation Count | 342 |
Current Version | 1.3 |
Last Updated | 2013-09-24 |
Publish Date | 2013-09-24 |
Rating | 4.67/5 Total 18 Ratings |
Developer | @tMozzis |
Payment Type | free |
Extension Website | http://atmozzis.tumblr.com/zgforfacebook |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ZG For Facebook", "version": "1.3", "manifest_version": 2, "description": "This extension provides Zawgyi-One font for Facebook on any computer, even if the font is not installed.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.facebook.com\/*" ], "css": [ "zgeezer.css" ], "all_frames": true } ], "minimum_chrome_version": "4.249.4", "offline_enabled": true, "web_accessible_resources": [ "zgeezer.ttf" ] } |