Fancy Chat

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

Wat is Fancy Chat?

Fancy Chat is een Chrome-extensie ontwikkeld door https://kiricon.net, en de belangrijkste functie is "Use your favorite colored text and fonts on websites such as Facebook, Google+ or Twitter!".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Fancy Chat

Download Fancy Chat-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Fancy Chat Fancy Chat
ID fpihgjgaegppdhbbijdpodhbabihopkh
Officiële URL https://chromewebstore.google.com/detail/fancy-chat/fpihgjgaegppdhbbijdpodhbabihopkh
Beschrijving Use your favorite colored text and fonts on websites such as Facebook, Google+ or Twitter!
Bestandsgrootte 200 KB
Aantal Installaties 115
Huidige Versie 1.1
Laatst Bijgewerkt 2013-10-07
Publicatiedatum 2013-10-07
Beoordeling 3.09/5 Totaal 11 Beoordelingen
Ontwikkelaar https://kiricon.net
Betalingswijze free
Extensiewebsite http://kiricon.net
Help Pagina-URL http://kiricon.net
Ondersteunde Talen 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"
}