Inspiration.Photos

Get an inspiring photo every time you open a new Chrome tab. Install, sit back and enjoy the magic.

ما هو Inspiration.Photos؟

Inspiration.Photos هو إضافة Chrome تم تطويرها بواسطة http://joymems.com، والميزة الرئيسية لها هي "Get an inspiring photo every time you open a new Chrome tab. Install, sit back and enjoy the magic.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Inspiration.Photos

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

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

                        Replace the ordinary blank page of new tabs with beautiful and inspiring photos. After installing, every time you open a new tab you will see great photos from all over the world. Fall in love with stunning pictures of places, animals and nature.

Built for Chrome, designed for you.

We've upgraded inspiration.photos to include more features. Please use joymems.com http://joymems.com instead.                    

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

الاسم Inspiration.Photos Inspiration.Photos
ID hmjmjacmmogimpnhklgbgiganebangkc
عنوان URL الرسمي https://chrome.google.com/webstore/detail/inspirationphotos/hmjmjacmmogimpnhklgbgiganebangkc
الوصف Get an inspiring photo every time you open a new Chrome tab. Install, sit back and enjoy the magic.
حجم الملف 235 KB
عدد التثبيتات 49
النسخة الحالية 0.1.9
آخر تحديث 2017-01-28
تاريخ النشر 2017-01-28
تقييم 5.00/5 مجموع تقييمات 9
المطور http://joymems.com
نوع الدفع free
موقع الإضافة http://joymems.com/
عنوان صفحة المساعدة http://www.joymems.com/faq.html
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Inspiration.Photos",
    "version": "0.1.9",
    "manifest_version": 2,
    "description": "Get an inspiring photo every time you open a new Chrome tab. Install, sit back and enjoy the magic.",
    "homepage_url": "http:\/\/joymems.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "chrome_url_overrides": {
        "newtab": "override.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com 'unsafe-eval';  object-src 'self'",
    "permissions": [
        "geolocation",
        "storage",
        "unlimitedStorage",
        "cookies",
        "management",
        "notifications",
        "identity"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.inspiration.photos\/*"
            ],
            "css": [
                "css\/inject.css"
            ],
            "js": [
                "js\/inject.js"
            ]
        }
    ]
}