Porkchat
Greater functionality and usability in Stack Exchange Chat
Porkchat란 무엇입니까?
Porkchat은(는) fredley에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Greater functionality and usability in Stack Exchange Chat"입니다.
확장 프로그램 스크린샷
Porkchat 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Various improvements to Stack Exchange chat. All features are optional, and can be disabled individually. Includes: * Dark theme - a light-on-dark theme with optional fixed-width font * Quick-text button - quickly add snippets of text from a menu * Drag and Drop uploading - drag and drop images onto the chat window to upload them * Sidebar section collapsing - allow more room for the star list by hiding users/room info * Room topic change notifier - get a diff message when the room topic is changed * Image onebox hider - Fade out images and YouTube previews to 0.1 opacity until they are moused over * Rebecca Black link checker - highlight potential links to 'Friday' by Rebecca Black * Message burning - hide messages with a burning animation * mod whois autocomplete, edit deleted messages, give users write permissions from within a room.
확장 프로그램 기본 정보
이름 | |
ID | genlcflidccakbiodbnmjnflfnbkmeip |
공식 URL | https://chrome.google.com/webstore/detail/porkchat/genlcflidccakbiodbnmjnflfnbkmeip |
설명 | Greater functionality and usability in Stack Exchange Chat |
파일 크기 | 281 KB |
설치 횟수 | 38 |
현재 버전 | 1.0.18 |
최근 업데이트 | 2017-12-13 |
출시 날짜 | 2017-12-13 |
평점 | 4.40/5 총 5 개의 평점 |
개발자 | fredley |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://stackapps.com/questions/6266/porkchat-a-chrome-extension-with-lots-of-chat-tweaks |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Porkchat", "description": "Greater functionality and usability in Stack Exchange Chat", "version": "1.0.18", "web_accessible_resources": [ "porkchat.js", "inject.js", "ponies.css", "fixed-width.css", "dark.css", "global.css", "icon_128.png", "icon_white.png", "options.html", "info.html", "imgs\/*", "flame.png", "sprites.png" ], "content_scripts": [ { "matches": [ "*:\/\/chat.meta.stackexchange.com\/rooms\/*", "*:\/\/chat.stackexchange.com\/rooms\/*", "*:\/\/chat.stackoverflow.com\/rooms\/*", "*:\/\/chat.meta.stackexchange.com\/messages\/*\/history", "*:\/\/chat.stackexchange.com\/messages\/*\/history", "*:\/\/chat.stackoverflow.com\/messages\/*\/history" ], "exclude_matches": [ "*:\/\/chat.meta.stackexchange.com\/rooms\/info\/*", "*:\/\/chat.stackexchange.com\/rooms\/info\/*", "*:\/\/chat.stackoverflow.com\/rooms\/info\/*", "*:\/\/chat.meta.stackexchange.com\/rooms", "*:\/\/chat.stackexchange.com\/rooms", "*:\/\/chat.stackoverflow.com\/rooms" ], "js": [ "inject.js" ], "run_at": "document_end" } ], "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "options_ui": { "page": "options.html", "chrome_style": true }, "permissions": [ "tabs", "storage" ] } |