Google Inbox Discord Skin
Darkens the Google Inbox page to mimic Discord's dark and easy on the eyes skin.
Qu'est-ce que Google Inbox Discord Skin ?
Google Inbox Discord Skin est une extension Chrome développée par Spoon, et sa fonction principale est "Darkens the Google Inbox page to mimic Discord's dark and easy on the eyes skin.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Google Inbox Discord Skin
Téléchargez les fichiers d'extension Google Inbox Discord Skin au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Darkens the Google Inbox page to mimic the popular voice-chat program Discord's dark theme, which is a lot easier on the eyes.
Informations de Base sur l'Extension
Nom | |
ID | fcimclbhbcnlnnlojjlfgakbgmhhapic |
URL Officiel | https://chrome.google.com/webstore/detail/google-inbox-discord-skin/fcimclbhbcnlnnlojjlfgakbgmhhapic |
Description | Darkens the Google Inbox page to mimic Discord's dark and easy on the eyes skin. |
Taille du Fichier | 31.44 KB |
Nombre d'Installations | 435 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2016-06-05 |
Date de Publication | 2016-06-05 |
Évaluation | 2.21/5 Total 33 Évaluations |
Développeur | Spoon |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |