Fancy Chat

Use your favorite colored text and fonts on websites such as Facebook, Google+ or Twitter!

Fancy Chat là gì?

Fancy Chat là một tiện ích mở rộng Chrome được phát triển bởi https://kiricon.net, và tính năng chính của nó là "Use your favorite colored text and fonts on websites such as Facebook, Google+ or Twitter!".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Fancy Chat 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

                        With this app you're able to use special fonts and colors when typing to your friends. 

You are your own individual, so why type like everyone else? 

Custom fonts allow you to express your own individual voice and give some personality to your writing.                    

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

Tên Fancy Chat Fancy Chat
ID fpihgjgaegppdhbbijdpodhbabihopkh
URL Chính Thức https://chromewebstore.google.com/detail/fancy-chat/fpihgjgaegppdhbbijdpodhbabihopkh
Mô tả Use your favorite colored text and fonts on websites such as Facebook, Google+ or Twitter!
Kích Thước Tệp 200 KB
Số Lần Cài Đặt 115
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2013-10-07
Ngày Phát Hành 2013-10-07
Đánh Giá 3.09/5 Tổng số 11 Đánh Giá
Nhà Phát Triển https://kiricon.net
Loại Thanh Toán free
Trang Web Mở Rộng http://kiricon.net
URL Trang Trợ Giúp http://kiricon.net
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "icons\/icon16.png",
        "default_title": "Fancy Chat",
        "default_popup": "popup\/popup.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "exclude_globs": [],
            "include_globs": [
                "*"
            ],
            "js": [
                "content_script.js",
                "mappings.js"
            ],
            "css": [
                "fonts.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Use your favorite colored text and fonts on websites such as Facebook, Google+ or Twitter!",
    "homepage_url": "http:\/\/kiricon.net",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "web_accessible_resources": [
        "popup\/scripts\/*.js",
        "fonts\/"
    ],
    "name": "Fancy Chat",
    "permissions": [
        "*:\/\/*\/*"
    ],
    "version": "1.1"
}