Inspirational Wallpapers

Inspiring wallpapers for your browser

ما هو Inspirational Wallpapers؟

Inspirational Wallpapers هو إضافة Chrome تم تطويرها بواسطة Extensions Stars، والميزة الرئيسية لها هي "Inspiring wallpapers for your browser".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Inspirational Wallpapers

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

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

                        Bring inspiration to your day with our amazing selection of breathtaking wallpapers and motivational quotes. We carefully selected the best images that will bring the most beautiful places in the world right to your browser.

Features:
* Weather widget based on your location
* Time widget according to your time zone
* Search box                    

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

الاسم Inspirational Wallpapers Inspirational Wallpapers
ID ehdhnmnkeapbbfdicgggolflejccjkdf
عنوان URL الرسمي https://chromewebstore.google.com/detail/inspirational-wallpapers/ehdhnmnkeapbbfdicgggolflejccjkdf
الوصف Inspiring wallpapers for your browser
حجم الملف 3.21 MB
عدد التثبيتات 63
النسخة الحالية 1.1.2
آخر تحديث 2019-12-21
تاريخ النشر 2019-12-21
تقييم 5.00/5 مجموع تقييمات 1
المطور Extensions Stars
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Inspirational Wallpapers",
    "version": "1.1.2",
    "description": "Inspiring wallpapers for your browser",
    "icons": {
        "16": "\/media\/icons\/icon16.png",
        "48": "\/media\/icons\/icon48.png",
        "128": "\/media\/icons\/icon128.png"
    },
    "permissions": [
        "geolocation"
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "web_accessible_resources": [
        "newtab.html"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_security_policy": "default-src 'self'; connect-src https:\/\/inspirational-wallpapers.online https:\/\/api.opencagedata.com http:\/\/api.openweathermap.org; img-src http:\/\/openweathermap.org;",
    "manifest_version": 2
}