Gmail Background
Change Gmail's background image
Τι είναι το Gmail Background;
Το Gmail Background είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Tibo, και η κύρια λειτουργία του είναι "Change Gmail's background image".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Gmail Background
Λήψη αρχείων επέκτασης Gmail Background σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Set a custom image as the background of any of you Gmail accounts. It works on any Gmail or Google Apps accounts and allows to set a default background image as well as a background for specific email accounts. The image has to be available online. - Leave the email address field empty to mark the setting as a default account (only one is allowed) - Add specific settings for specific email addresses (gmail or google apps account) - Add as many specific account as you want - Settings are applied automatically on opened tabs without the need to reload the page If there is a request for it, the extension will support the following features: - different image per window size - background repetition (tiles) - multiple backgrounds - background-color - more...
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | afpahedhpnadmncnjgjoajgkonbmbpfa |
Επίσημο URL | https://chrome.google.com/webstore/detail/gmail-background/afpahedhpnadmncnjgjoajgkonbmbpfa |
Περιγραφή | Change Gmail's background image |
Μέγεθος Αρχείου | 1.22 MB |
Αριθμός Εγκαταστάσεων | 2,864 |
Τρέχουσα Έκδοση | 3.0 |
Τελευταία Ενημέρωση | 2018-04-12 |
Ημερομηνία Δημοσίευσης | 2018-04-12 |
Αξιολόγηση | 2.90/5 Συνολικά 10 Αξιολογήσεις |
Προγραμματιστής | Tibo |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Gmail Background", "version": "3.0", "manifest_version": 2, "description": "Change Gmail's background image", "author": "Thibaud Lescuyer - thibaudlescuyer.ca", "icons": { "128": "gmail-logo.png" }, "options_page": "options.html", "permissions": [ "storage", "tabs" ], "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/mail\/*" ], "js": [ "gmail.js" ] } ] } |