dev messenger
applies a dark console like theme to facebook messenger
dev messengerとは何ですか?
dev messengerはattiewillyによって開発されたChromeの拡張機能で、その主な機能は「applies a dark console like theme to facebook messenger」です。
拡張機能のスクリーンショット
dev messenger拡張機能のCRXファイルをダウンロード
dev messenger拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Transforms the facebook messenger's interface to look more like a distraction free console. The bright letters on a dark background are also more resting for the eyes
拡張機能の基本情報
名前 | dev messenger |
ID | omhmoiolkafieenilfphinccnecpenlc |
公式URL | https://chromewebstore.google.com/detail/dev-messenger/omhmoiolkafieenilfphinccnecpenlc |
説明 | applies a dark console like theme to facebook messenger |
ファイルサイズ | 339 KB |
インストール数 | 20 |
現在のバージョン | 2.3 |
最終更新日 | 2016-10-30 |
公開日 | 2016-10-30 |
評価 | 2.50/5 合計 2 レビュー |
開発者 | attiewilly |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "dev messenger", "version": "2.3", "description": "applies a dark console like theme to facebook messenger", "background": { "scripts": [ "background.js" ] }, "page_action": { "default_icon": "icon-19.png", "default_title": "dev messenger" }, "permissions": [ "tabs", "https:\/\/www.messenger.com\/*" ], "icons": { "48": "icon-48.png", "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.messenger.com\/*" ], "css": [], "js": [ "jquery-1.11.2.min.js", "makeItNicer.js" ] } ], "applications": { "gecko": { "id": "[email protected]" } }, "manifest_version": 2 } |