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是由http://joymems.com開發的Chrome擴展程式,該擴展的主要功能是“Get an inspiring photo every time you open a new Chrome tab. Install, sit back and enjoy the magic.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Inspiration.Photos擴展crx文件

下載Inspiration.Photos擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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/
說明頁面URL 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"
            ]
        }
    ]
}