Fancy Chat

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

Cos'è Fancy Chat?

Fancy Chat è un'estensione di Chrome sviluppata da https://kiricon.net, e la sua funzione principale è "Use your favorite colored text and fonts on websites such as Facebook, Google+ or Twitter!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Fancy Chat

Scarica i file di estensione Fancy Chat in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Fancy Chat Fancy Chat
ID fpihgjgaegppdhbbijdpodhbabihopkh
URL Ufficiale https://chromewebstore.google.com/detail/fancy-chat/fpihgjgaegppdhbbijdpodhbabihopkh
Descrizione Use your favorite colored text and fonts on websites such as Facebook, Google+ or Twitter!
Dimensione del File 200 KB
Conteggio Installazioni 115
Versione Corrente 1.1
Ultimo Aggiornamento 2013-10-07
Data di Pubblicazione 2013-10-07
Valutazione 3.09/5 Totale 11 Valutazioni
Sviluppatore https://kiricon.net
Tipo di Pagamento free
Sito Web dell'Estensione http://kiricon.net
URL della Pagina di Aiuto http://kiricon.net
Lingue Supportate 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"
}