Chromed Hipchat
Some tweaks to hipchat.com
什麼是Chromed Hipchat?
Chromed Hipchat是由Darrin Holst開發的Chrome擴展程式,該擴展的主要功能是“Some tweaks to hipchat.com”。
擴展截圖
下載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 |
ID | jkkfgpedgbikbjelfebhcaicfcgaokhp |
官方網址 | 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" } |