Fancy Chat

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

What is Fancy Chat?

Fancy Chat is a Chrome extension developed by https://kiricon.net, and its main feature is "Use your favorite colored text and fonts on websites such as Facebook, Google+ or Twitter!".

Extension Screenshots

screenshot
screenshot
screenshot

Download Fancy Chat Extension CRX File

Download Fancy Chat extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Fancy Chat Fancy Chat
ID fpihgjgaegppdhbbijdpodhbabihopkh
Official URL https://chromewebstore.google.com/detail/fancy-chat/fpihgjgaegppdhbbijdpodhbabihopkh
Description Use your favorite colored text and fonts on websites such as Facebook, Google+ or Twitter!
File Size 200 KB
Installation Count 115
Current Version 1.1
Last Updated 2013-10-07
Publish Date 2013-10-07
Rating 3.09/5 Total 11 Ratings
Developer https://kiricon.net
Payment Type free
Extension Website http://kiricon.net
Help Page URL http://kiricon.net
Supported Languages 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"
}