Google Inbox Discord Skin
Darkens the Google Inbox page to mimic Discord's dark and easy on the eyes skin.
Wat is Google Inbox Discord Skin?
Google Inbox Discord Skin is een Chrome-extensie ontwikkeld door Spoon, en de belangrijkste functie is "Darkens the Google Inbox page to mimic Discord's dark and easy on the eyes skin.".
Extensie Screenshots
Download het CRX-bestand van de extensie Google Inbox Discord Skin
Download Google Inbox Discord Skin-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Darkens the Google Inbox page to mimic the popular voice-chat program Discord's dark theme, which is a lot easier on the eyes.
Basisinformatie over de Extensie
Naam | |
ID | fcimclbhbcnlnnlojjlfgakbgmhhapic |
Officiële URL | https://chrome.google.com/webstore/detail/google-inbox-discord-skin/fcimclbhbcnlnnlojjlfgakbgmhhapic |
Beschrijving | Darkens the Google Inbox page to mimic Discord's dark and easy on the eyes skin. |
Bestandsgrootte | 31.44 KB |
Aantal Installaties | 435 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2016-06-05 |
Publicatiedatum | 2016-06-05 |
Beoordeling | 2.21/5 Totaal 33 Beoordelingen |
Ontwikkelaar | Spoon |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |