ZG For Facebook

This extension provides Zawgyi-One font for Facebook on any computer, even if the font is not installed.

ZG For Facebook là gì?

ZG For Facebook là một tiện ích mở rộng Chrome được phát triển bởi @tMozzis, và tính năng chính của nó là "This extension provides Zawgyi-One font for Facebook on any computer, even if the font is not installed.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng ZG For Facebook

Tải xuống các tệp mở rộng ZG For Facebook dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ZG For Facebook ZG For Facebook
ID mbjobaojhpkkcdfdejfdooaoolbccgah
URL Chính Thức https://chromewebstore.google.com/detail/zg-for-facebook/mbjobaojhpkkcdfdejfdooaoolbccgah
Mô tả This extension provides Zawgyi-One font for Facebook on any computer, even if the font is not installed.
Kích Thước Tệp 45.05 KB
Số Lần Cài Đặt 342
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2013-09-24
Ngày Phát Hành 2013-09-24
Đánh Giá 4.67/5 Tổng số 18 Đánh Giá
Nhà Phát Triển @tMozzis
Loại Thanh Toán free
Trang Web Mở Rộng http://atmozzis.tumblr.com/zgforfacebook
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}