Fancy Chat
Use your favorite colored text and fonts on websites such as Facebook, Google+ or Twitter!
Co je Fancy Chat?
Fancy Chat je rozšíření Chrome vyvinuté https://kiricon.net, a jeho hlavní funkcí je „Use your favorite colored text and fonts on websites such as Facebook, Google+ or Twitter!“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Fancy Chat
Stáhněte si soubory rozšíření Fancy Chat ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Fancy Chat |
ID | fpihgjgaegppdhbbijdpodhbabihopkh |
Oficiální URL | https://chromewebstore.google.com/detail/fancy-chat/fpihgjgaegppdhbbijdpodhbabihopkh |
Popis | Use your favorite colored text and fonts on websites such as Facebook, Google+ or Twitter! |
Velikost souboru | 200 KB |
Počet instalací | 115 |
Aktuální Verze | 1.1 |
Poslední Aktualizace | 2013-10-07 |
Datum Vydání | 2013-10-07 |
Hodnocení | 3.09/5 Celkem 11 Hodnocení |
Vývojář | https://kiricon.net |
Typ Platby | free |
Webové stránky Rozšíření | http://kiricon.net |
URL Stránky Nápovědy | http://kiricon.net |
Podporované Jazyky | 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" } |