Google Inbox Discord Skin
Darkens the Google Inbox page to mimic Discord's dark and easy on the eyes skin.
Google Inbox Discord Skin là gì?
Google Inbox Discord Skin là một tiện ích mở rộng Chrome được phát triển bởi Spoon, và tính năng chính của nó là "Darkens the Google Inbox page to mimic Discord's dark and easy on the eyes skin.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Google Inbox Discord Skin
Tải xuống các tệp mở rộng Google Inbox Discord Skin dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Darkens the Google Inbox page to mimic the popular voice-chat program Discord's dark theme, which is a lot easier on the eyes.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | fcimclbhbcnlnnlojjlfgakbgmhhapic |
URL Chính Thức | https://chrome.google.com/webstore/detail/google-inbox-discord-skin/fcimclbhbcnlnnlojjlfgakbgmhhapic |
Mô tả | Darkens the Google Inbox page to mimic Discord's dark and easy on the eyes skin. |
Kích Thước Tệp | 31.44 KB |
Số Lần Cài Đặt | 435 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2016-06-05 |
Ngày Phát Hành | 2016-06-05 |
Đánh Giá | 2.21/5 Tổng số 33 Đánh Giá |
Nhà Phát Triển | Spoon |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |