IRC Inspired Theme for Facebook Messenger
An IRC inspired theme for Facebook Messenger (messenger.com)
IRC Inspired Theme for Facebook Messenger란 무엇입니까?
IRC Inspired Theme for Facebook Messenger은(는) iFallUpHill Studios에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An IRC inspired theme for Facebook Messenger (messenger.com)"입니다.
확장 프로그램 스크린샷
IRC Inspired Theme for Facebook Messenger 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
An IRC inspired, flat theme for the Facebook Messenger Web App (messenger.com). Once installed, press the square icon labelled "IRC" in the top left corner of Messenger to enable the theme. This extensions change the following: - Enables a dark, minimal theme for Facebook Messenger - Moves all messages to the left-hand side of the screen - Modifies image previews to be less intrusive and flow better in the conversation feed - Retains all functionality of Messenger - Second "IRC" mode for even more minimalism (See Below) Modes Standard - Enable this mode with a `Click` on the IRC button in the top left corner IRC - Enable this mode with a `Cmd/Ctrl` + `Click` on the IRC button in the top left corner - This mode removes names from 1-on-1 conversations and only shows participant names in group conversations - Messages sent by the current user are prepended with a ">" - Messages sent by other participants are prepended with a "+" View the source code for this project and contribute here: https://github.com/iFallUpHill/facebook-messenger-irc-flat-theme
확장 프로그램 기본 정보
이름 | IRC Inspired Theme for Facebook Messenger |
ID | jkocbkfbiljhcdjopoeijnhnichhpefb |
공식 URL | https://chromewebstore.google.com/detail/irc-inspired-theme-for-fa/jkocbkfbiljhcdjopoeijnhnichhpefb |
설명 | An IRC inspired theme for Facebook Messenger (messenger.com) |
파일 크기 | 25.42 KB |
설치 횟수 | 404 |
현재 버전 | 1.7.2 |
최근 업데이트 | 2019-12-28 |
출시 날짜 | 2019-12-28 |
평점 | 3.62/5 총 39 개의 평점 |
개발자 | iFallUpHill Studios |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/iFallUpHill/facebook-messenger-irc-flat-theme |
도움말 페이지 URL | https://github.com/iFallUpHill/facebook-messenger-irc-flat-theme/issues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IRC Inspired Theme for Facebook Messenger", "version": "1.7.2", "manifest_version": 2, "description": "An IRC inspired theme for Facebook Messenger (messenger.com)", "permissions": [ "storage" ], "icons": { "16": "img\/icon\/icon16.png", "48": "img\/icon\/icon48.png", "128": "img\/icon\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.messenger.com\/*" ], "css": [ "styles.min.css" ], "js": [ "scripts.min.js" ] } ] } |