Chromed Hipchat
Some tweaks to hipchat.com
Qu'est-ce que Chromed Hipchat ?
Chromed Hipchat est une extension Chrome développée par Darrin Holst, et sa fonction principale est "Some tweaks to hipchat.com".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Chromed Hipchat
Téléchargez les fichiers d'extension Chromed Hipchat au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
                        Adds an emoticon chooser. The default hotkey is '('. Press enter to paste the selected emoticon in to the message input, esc to close.
Blurs all possibly nsfw images using a patent pending algorithm. Hover over them to reveal.
Contribute at https://github.com/darrinholst/chromed-hipchat                     Informations de Base sur l'Extension
| Nom |   |  
| ID | jkkfgpedgbikbjelfebhcaicfcgaokhp | 
| URL Officiel | https://chromewebstore.google.com/detail/chromed-hipchat/jkkfgpedgbikbjelfebhcaicfcgaokhp | 
| Description | Some tweaks to hipchat.com | 
| Taille du Fichier | 148 KB | 
| Nombre d'Installations | 19 | 
| Version Actuelle | 1.4 | 
| Dernière Mise à Jour | 2014-03-13 | 
| Date de Publication | 2014-03-13 | 
| Développeur | Darrin Holst | 
| Type de Paiement | free | 
| Langues Prises en Charge | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chromed Hipchat",
    "version": "1.4",
    "description": "Some tweaks to hipchat.com",
    "permissions": [
        "https:\/\/www.hipchat.com\/"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "https:\/\/*.hipchat.com\/chat"
            ],
            "css": [
                "css\/chromed.css",
                "css\/probably-nsfw.css"
            ],
            "js": [
                "javascripts\/vendor\/jquery.js",
                "javascripts\/vendor\/jquery.plugins.js",
                "javascripts\/vendor\/underscore.js",
                "javascripts\/namespace.js",
                "javascripts\/templates.js",
                "javascripts\/emoticons.js",
                "javascripts\/emoticon_chooser.js",
                "javascripts\/chromed.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "html\/options.html"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "javascripts\/background.js"
        ]
    },
    "options_page": "html\/options.html"
}  |  |