Google Page Cumstom Background

Replacing boring default background to random hi-def images

什么是Google Page Cumstom Background?

Google Page Cumstom Background是由ysl.stefan开发的Chrome扩展程序,该扩展的主要功能是“Replacing boring default background to random hi-def images”。

扩展截图

screenshot
screenshot
screenshot

下载Google Page Cumstom Background扩展crx文件

下载Google Page Cumstom Background扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This is a Google Chrome Extension that will replace blank default background with a random high-definition images downloaded from Unsplash.

You can also view the image along (hiding search bar, navigation bar, ..etc) by double clicking Shift Key to toggle Google components.                    

扩展基本信息

名称 Google Page Cumstom Background Google Page Cumstom Background
ID ilcilmjmcicbgomhddjlgmmajjmekobn
官方URL https://chromewebstore.google.com/detail/google-page-cumstom-backg/ilcilmjmcicbgomhddjlgmmajjmekobn
简介 Replacing boring default background to random hi-def images
文件大小 5.39 KB
安装次数 25
当前版本 0.0.1
更新时间 2017-08-25
上架时间 2017-08-25
评分 5.00/5 共1次评分
开发者 ysl.stefan
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google Page Cumstom Background",
    "description": "Replacing boring default background to random hi-def images",
    "version": "0.0.1",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/",
                "http:\/\/www.google.com\/"
            ],
            "css": [
                "bg.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "page_action": {
        "default_title": "Custom Google background"
    }
}