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. 擴展基本資訊
| 名稱 | |
| ID | mbjobaojhpkkcdfdejfdooaoolbccgah |
| 官方網址 | 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"
]
} | |