Chromed Hipchat

Some tweaks to hipchat.com

Wat is Chromed Hipchat?

Chromed Hipchat is een Chrome-extensie ontwikkeld door Darrin Holst, en de belangrijkste functie is "Some tweaks to hipchat.com".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Chromed Hipchat

Download Chromed Hipchat-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

                        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                    

Basisinformatie over de Extensie

Naam Chromed Hipchat Chromed Hipchat
ID jkkfgpedgbikbjelfebhcaicfcgaokhp
Officiële URL https://chromewebstore.google.com/detail/chromed-hipchat/jkkfgpedgbikbjelfebhcaicfcgaokhp
Beschrijving Some tweaks to hipchat.com
Bestandsgrootte 148 KB
Aantal Installaties 19
Huidige Versie 1.4
Laatst Bijgewerkt 2014-03-13
Publicatiedatum 2014-03-13
Ontwikkelaar Darrin Holst
Betalingswijze free
Ondersteunde Talen 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"
}