Google Inbox Discord Skin
Darkens the Google Inbox page to mimic Discord's dark and easy on the eyes skin.
Google Inbox Discord Skinとは何ですか?
Google Inbox Discord SkinはSpoonによって開発されたChromeの拡張機能で、その主な機能は「Darkens the Google Inbox page to mimic Discord's dark and easy on the eyes skin.」です。
拡張機能のスクリーンショット
Google Inbox Discord Skin拡張機能のCRXファイルをダウンロード
Google Inbox Discord Skin拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Darkens the Google Inbox page to mimic the popular voice-chat program Discord's dark theme, which is a lot easier on the eyes.
拡張機能の基本情報
名前 | |
ID | fcimclbhbcnlnnlojjlfgakbgmhhapic |
公式URL | https://chrome.google.com/webstore/detail/google-inbox-discord-skin/fcimclbhbcnlnnlojjlfgakbgmhhapic |
説明 | Darkens the Google Inbox page to mimic Discord's dark and easy on the eyes skin. |
ファイルサイズ | 31.44 KB |
インストール数 | 435 |
現在のバージョン | 1.1 |
最終更新日 | 2016-06-05 |
公開日 | 2016-06-05 |
評価 | 2.21/5 合計 33 レビュー |
開発者 | Spoon |
支払い方法 | free |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_scripts": [ { "exclude_globs": [], "include_globs": [ "*" ], "js": [ "discordInbox.user.js" ], "matches": [ "http:\/\/inbox.google.com\/u\/*", "https:\/\/inbox.google.com\/u\/*" ], "run_at": "document_end" } ], "converted_from_user_script": true, "description": "Darkens the Google Inbox page to mimic Discord's dark and easy on the eyes skin.", "name": "Google Inbox Discord Skin", "short_name": "Discord Inbox", "version": "1.1", "icons": { "16": "discord-inbox-16.png", "32": "discord-inbox-32.png", "64": "discord-inbox-64.png", "128": "discord-inbox-128.png" } } |