Google Inbox Discord Skin
Darkens the Google Inbox page to mimic Discord's dark and easy on the eyes skin.
Co to jest Google Inbox Discord Skin?
Google Inbox Discord Skin to rozszerzenie Chrome opracowane przez Spoon, a jego główną funkcją jest „Darkens the Google Inbox page to mimic Discord's dark and easy on the eyes skin.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Google Inbox Discord Skin
Pobierz pliki rozszerzeń Google Inbox Discord Skin w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Darkens the Google Inbox page to mimic the popular voice-chat program Discord's dark theme, which is a lot easier on the eyes.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | fcimclbhbcnlnnlojjlfgakbgmhhapic |
Oficjalny URL | https://chrome.google.com/webstore/detail/google-inbox-discord-skin/fcimclbhbcnlnnlojjlfgakbgmhhapic |
Opis | Darkens the Google Inbox page to mimic Discord's dark and easy on the eyes skin. |
Rozmiar pliku | 31.44 KB |
Liczba instalacji | 435 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2016-06-05 |
Data Publikacji | 2016-06-05 |
Ocena | 2.21/5 Łącznie 33 Oceny |
Deweloper | Spoon |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |