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
官方網址 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"
}