Chromed Hipchat

Some tweaks to hipchat.com

Cos'è Chromed Hipchat?

Chromed Hipchat è un'estensione di Chrome sviluppata da Darrin Holst, e la sua funzione principale è "Some tweaks to hipchat.com".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Chromed Hipchat

Scarica i file di estensione Chromed Hipchat 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

                        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                    

Informazioni di Base sull'Estensione

Nome Chromed Hipchat Chromed Hipchat
ID jkkfgpedgbikbjelfebhcaicfcgaokhp
URL Ufficiale https://chromewebstore.google.com/detail/chromed-hipchat/jkkfgpedgbikbjelfebhcaicfcgaokhp
Descrizione Some tweaks to hipchat.com
Dimensione del File 148 KB
Conteggio Installazioni 19
Versione Corrente 1.4
Ultimo Aggiornamento 2014-03-13
Data di Pubblicazione 2014-03-13
Sviluppatore Darrin Holst
Tipo di Pagamento free
Lingue Supportate 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"
}