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 |
官方網址 | 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" ] } ] } |