Google Inbox Discord Skin
Darkens the Google Inbox page to mimic Discord's dark and easy on the eyes skin.
Τι είναι το Google Inbox Discord Skin;
Το Google Inbox Discord Skin είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Spoon, και η κύρια λειτουργία του είναι "Darkens the Google Inbox page to mimic Discord's dark and easy on the eyes skin.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Google Inbox Discord Skin
Λήψη αρχείων επέκτασης Google Inbox Discord Skin σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Darkens the Google Inbox page to mimic the popular voice-chat program Discord's dark theme, which is a lot easier on the eyes.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | fcimclbhbcnlnnlojjlfgakbgmhhapic |
Επίσημο URL | https://chrome.google.com/webstore/detail/google-inbox-discord-skin/fcimclbhbcnlnnlojjlfgakbgmhhapic |
Περιγραφή | Darkens the Google Inbox page to mimic Discord's dark and easy on the eyes skin. |
Μέγεθος Αρχείου | 31.44 KB |
Αριθμός Εγκαταστάσεων | 435 |
Τρέχουσα Έκδοση | 1.1 |
Τελευταία Ενημέρωση | 2016-06-05 |
Ημερομηνία Δημοσίευσης | 2016-06-05 |
Αξιολόγηση | 2.21/5 Συνολικά 33 Αξιολογήσεις |
Προγραμματιστής | Spoon |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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" } } |