Dark Yammer
Add a dark theme to yammer.com.
Dark Yammerとは何ですか?
Dark Yammerはjakelunn93によって開発されたChromeの拡張機能で、その主な機能は「Add a dark theme to yammer.com.」です。
拡張機能のスクリーンショット
Dark Yammer拡張機能のCRXファイルをダウンロード
Dark Yammer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Enable the extension and visit yammer.com to see the new dark theme.
拡張機能の基本情報
名前 | Dark Yammer |
ID | lkcafaooifipbncmgjkmigkafoggmhna |
公式URL | https://chrome.google.com/webstore/detail/dark-yammer/lkcafaooifipbncmgjkmigkafoggmhna |
説明 | Add a dark theme to yammer.com. |
ファイルサイズ | 15.78 KB |
インストール数 | 70 |
現在のバージョン | 1.0 |
最終更新日 | 2020-04-30 |
公開日 | 2020-04-30 |
開発者 | jakelunn93 |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dark Yammer", "version": "1.0", "description": "Add a dark theme to yammer.com.", "content_scripts": [ { "matches": [ "*:\/\/*.yammer.com\/*" ], "css": [ "dark_yammer.css" ] } ], "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "manifest_version": 2 } |