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" ] } |