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
官方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/
帮助页面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"
            ]
        }
    ]
}