HQ Backgrounds for Gmail™

Random high quality scenic backgrounds for Gmail™.

Wat is HQ Backgrounds for Gmail™?

HQ Backgrounds for Gmail™ is een Chrome-extensie ontwikkeld door Sunny Nahar, en de belangrijkste functie is "Random high quality scenic backgrounds for Gmail™.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie HQ Backgrounds for Gmail™

Download HQ Backgrounds for Gmail™-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam HQ Backgrounds for Gmail™ HQ Backgrounds for Gmail™
ID kbblhieiickmopjklpkanpickdgjecab
Officiële URL https://chromewebstore.google.com/detail/hq-backgrounds-for-gmail/kbblhieiickmopjklpkanpickdgjecab
Beschrijving Random high quality scenic backgrounds for Gmail™.
Bestandsgrootte 34.78 MB
Aantal Installaties 315
Huidige Versie 0.1.0.0
Laatst Bijgewerkt 2015-05-16
Publicatiedatum 2015-05-16
Beoordeling 4.20/5 Totaal 5 Beoordelingen
Ontwikkelaar Sunny Nahar
Betalingswijze free
Ondersteunde Talen 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\/*"
    ]
}