HQ Backgrounds for Gmail™

Random high quality scenic backgrounds for Gmail™.

ما هو HQ Backgrounds for Gmail™؟

HQ Backgrounds for Gmail™ هو إضافة Chrome تم تطويرها بواسطة Sunny Nahar، والميزة الرئيسية لها هي "Random high quality scenic backgrounds for Gmail™.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة HQ Backgrounds for Gmail™

قم بتنزيل ملفات الامتداد HQ Backgrounds for Gmail™ بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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!                    

معلومات أساسية عن التمديد

الاسم HQ Backgrounds for Gmail™ HQ Backgrounds for Gmail™
ID kbblhieiickmopjklpkanpickdgjecab
عنوان URL الرسمي https://chromewebstore.google.com/detail/hq-backgrounds-for-gmail/kbblhieiickmopjklpkanpickdgjecab
الوصف Random high quality scenic backgrounds for Gmail™.
حجم الملف 34.78 MB
عدد التثبيتات 315
النسخة الحالية 0.1.0.0
آخر تحديث 2015-05-16
تاريخ النشر 2015-05-16
تقييم 4.20/5 مجموع تقييمات 5
المطور Sunny Nahar
نوع الدفع free
اللغات المدعومة 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\/*"
    ]
}