Fancy Chat

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

什么是Fancy Chat?

Fancy Chat是由https://kiricon.net开发的Chrome扩展程序,该扩展的主要功能是“Use your favorite colored text and fonts on websites such as Facebook, Google+ or Twitter!”。

扩展截图

screenshot
screenshot
screenshot

下载Fancy Chat扩展crx文件

下载Fancy Chat扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Fancy Chat Fancy Chat
ID fpihgjgaegppdhbbijdpodhbabihopkh
官方URL https://chromewebstore.google.com/detail/fancy-chat/fpihgjgaegppdhbbijdpodhbabihopkh
简介 Use your favorite colored text and fonts on websites such as Facebook, Google+ or Twitter!
文件大小 200 KB
安装次数 115
当前版本 1.1
更新时间 2013-10-07
上架时间 2013-10-07
评分 3.09/5 共11次评分
开发者 https://kiricon.net
付费类型 free
扩展官网 http://kiricon.net
帮助页面URL http://kiricon.net
支持的语言 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"
}