Fancy Chat

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

Was ist Fancy Chat?

Fancy Chat ist eine Chrome-Erweiterung, die von https://kiricon.net entwickelt wurde, und ihr Hauptmerkmal ist "Use your favorite colored text and fonts on websites such as Facebook, Google+ or Twitter!".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Fancy Chat-Erweiterungs-CRX-Datei herunterladen

Laden Sie Fancy Chat-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Fancy Chat Fancy Chat
ID fpihgjgaegppdhbbijdpodhbabihopkh
Offizielle URL https://chromewebstore.google.com/detail/fancy-chat/fpihgjgaegppdhbbijdpodhbabihopkh
Beschreibung Use your favorite colored text and fonts on websites such as Facebook, Google+ or Twitter!
Dateigröße 200 KB
Installationsanzahl 115
Aktuelle Version 1.1
Letztes Update 2013-10-07
Veröffentlichungsdatum 2013-10-07
Bewertung 3.09/5 Insgesamt 11 Bewertungen
Entwickler https://kiricon.net
Zahlungsart free
Erweiterungswebsite http://kiricon.net
Hilfeseite URL http://kiricon.net
Unterstützte Sprachen 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"
}