HQ Backgrounds for Gmail™
Random high quality scenic backgrounds for Gmail™.
Cos'è HQ Backgrounds for Gmail™?
HQ Backgrounds for Gmail™ è un'estensione di Chrome sviluppata da Sunny Nahar, e la sua funzione principale è "Random high quality scenic backgrounds for Gmail™.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione HQ Backgrounds for Gmail™
Scarica i file di estensione HQ Backgrounds for Gmail™ in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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! Informazioni di Base sull'Estensione
| Nome | |
| ID | kbblhieiickmopjklpkanpickdgjecab |
| URL Ufficiale | https://chromewebstore.google.com/detail/hq-backgrounds-for-gmail/kbblhieiickmopjklpkanpickdgjecab |
| Descrizione | Random high quality scenic backgrounds for Gmail™. |
| Dimensione del File | 34.78 MB |
| Conteggio Installazioni | 315 |
| Versione Corrente | 0.1.0.0 |
| Ultimo Aggiornamento | 2015-05-16 |
| Data di Pubblicazione | 2015-05-16 |
| Valutazione | 4.20/5 Totale 5 Valutazioni |
| Sviluppatore | Sunny Nahar |
| Tipo di Pagamento | free |
| Lingue Supportate | 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\/*"
]
} | |