Google Inbox Discord Skin
Darkens the Google Inbox page to mimic Discord's dark and easy on the eyes skin.
Hvad er Google Inbox Discord Skin?
Google Inbox Discord Skin er en Chrome-udvidelse udviklet af Spoon, og dens hovedfunktion er "Darkens the Google Inbox page to mimic Discord's dark and easy on the eyes skin.".
Udvidelsesskærmbilleder
Download Google Inbox Discord Skin-udvidelses-CRX-fil
Download Google Inbox Discord Skin-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Darkens the Google Inbox page to mimic the popular voice-chat program Discord's dark theme, which is a lot easier on the eyes.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | fcimclbhbcnlnnlojjlfgakbgmhhapic |
Officiel URL | https://chrome.google.com/webstore/detail/google-inbox-discord-skin/fcimclbhbcnlnnlojjlfgakbgmhhapic |
Beskrivelse | Darkens the Google Inbox page to mimic Discord's dark and easy on the eyes skin. |
Filstørrelse | 31.44 KB |
Antal Installationer | 435 |
Nuværende Version | 1.1 |
Senest Opdateret | 2016-06-05 |
Udgivelsesdato | 2016-06-05 |
Bedømmelse | 2.21/5 Samlet 33 Bedømmelser |
Udvikler | Spoon |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |