HQ Backgrounds for Gmail™
Random high quality scenic backgrounds for Gmail™.
Qu'est-ce que HQ Backgrounds for Gmail™ ?
HQ Backgrounds for Gmail™ est une extension Chrome développée par Sunny Nahar, et sa fonction principale est "Random high quality scenic backgrounds for Gmail™.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension HQ Backgrounds for Gmail™
Téléchargez les fichiers d'extension HQ Backgrounds for Gmail™ 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
Amazing high quality scenic backgrounds for Gmail. A random one is picked for each session. Requires a dark color theme under Settings/Theme to work properly. If there are bugs, please post them so that I can fix them. Have suggestions for features or additional backgrounds? Leave a comment!
Informations de Base sur l'Extension
Nom | HQ Backgrounds for Gmail™ |
ID | kbblhieiickmopjklpkanpickdgjecab |
URL Officiel | https://chromewebstore.google.com/detail/hq-backgrounds-for-gmail/kbblhieiickmopjklpkanpickdgjecab |
Description | Random high quality scenic backgrounds for Gmail™. |
Taille du Fichier | 34.78 MB |
Nombre d'Installations | 315 |
Version Actuelle | 0.1.0.0 |
Dernière Mise à Jour | 2015-05-16 |
Date de Publication | 2015-05-16 |
Évaluation | 4.20/5 Total 5 Évaluations |
Développeur | Sunny Nahar |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "manifest_version": 2, "name": "HQ Backgrounds for Gmail\u2122", "description": "Random high quality scenic backgrounds for Gmail\u2122.", "version": "0.1.0.0", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "*:\/\/mail.google.com\/*", "*:\/\/www.gmail.com\/" ], "js": [ "util\/jquery.min.js", "js\/gmedit.js" ], "run_at": "document_start" } ], "icons": { "128": "icons\/gm128.png", "19": "icons\/gm19.png", "32": "icons\/gm32.png", "48": "icons\/gm48.png", "64": "icons\/gm64.png" }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "web_accessible_resources": [ "backgrounds\/*" ] } |