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