Chromed Hipchat

Some tweaks to hipchat.com

Chromed Hipchatとは何ですか?

Chromed HipchatはDarrin Holstによって開発されたChromeの拡張機能で、その主な機能は「Some tweaks to hipchat.com」です。

拡張機能のスクリーンショット

screenshot
screenshot

Chromed Hipchat拡張機能のCRXファイルをダウンロード

Chromed Hipchat拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Chromed Hipchat Chromed Hipchat
ID jkkfgpedgbikbjelfebhcaicfcgaokhp
公式URL https://chromewebstore.google.com/detail/chromed-hipchat/jkkfgpedgbikbjelfebhcaicfcgaokhp
説明 Some tweaks to hipchat.com
ファイルサイズ 148 KB
インストール数 19
現在のバージョン 1.4
最終更新日 2014-03-13
公開日 2014-03-13
開発者 Darrin Holst
支払い方法 free
対応言語 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"
}