Chromed Hipchat
Some tweaks to hipchat.com
Chromed Hipchat란 무엇입니까?
Chromed Hipchat은(는) Darrin Holst에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Some tweaks to hipchat.com"입니다.
확장 프로그램 스크린샷
Chromed Hipchat 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 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" } |