ZG For Facebook
This extension provides Zawgyi-One font for Facebook on any computer, even if the font is not installed.
什么是ZG For Facebook?
ZG For Facebook是由@tMozzis开发的Chrome扩展程序,该扩展的主要功能是“This extension provides Zawgyi-One font for Facebook on any computer, even if the font is not installed.”。
扩展截图
下载ZG For Facebook扩展crx文件
下载ZG For Facebook扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | ZG For Facebook |
ID | mbjobaojhpkkcdfdejfdooaoolbccgah |
官方URL | https://chromewebstore.google.com/detail/zg-for-facebook/mbjobaojhpkkcdfdejfdooaoolbccgah |
简介 | This extension provides Zawgyi-One font for Facebook on any computer, even if the font is not installed. |
文件大小 | 45.05 KB |
安装次数 | 342 |
当前版本 | 1.3 |
更新时间 | 2013-09-24 |
上架时间 | 2013-09-24 |
评分 | 4.67/5 共18次评分 |
开发者 | @tMozzis |
付费类型 | free |
扩展官网 | http://atmozzis.tumblr.com/zgforfacebook |
支持的语言 | 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" ] } |