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ファイルをダウンロード
IRC Inspired Theme for Facebook Messenger拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" ] } ] } |