Styled Background

Display home and new tab background with different background images

什么是Styled Background?

Styled Background是由Nick开发的Chrome扩展程序,该扩展的主要功能是“Display home and new tab background with different background images”。

扩展截图

screenshot
screenshot
screenshot

下载Styled Background扩展crx文件

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

扩展使用说明

                        Styled Background Displays Daily new background images and quotes.
make images favorite and the favorite image will not change on next day.
You can choose any background from images list.                    

扩展基本信息

名称 Styled Background Styled Background
ID iclgcndcdfheagebpphcnlafpilpefcn
官方URL https://chromewebstore.google.com/detail/styled-background/iclgcndcdfheagebpphcnlafpilpefcn
简介 Display home and new tab background with different background images
文件大小 650 KB
安装次数 11
当前版本 1.0.1
更新时间 2017-05-26
上架时间 2017-05-26
评分 5.00/5 共5次评分
开发者 Nick
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Styled Background",
    "description": "Display home and new tab background with different background images",
    "version": "1.0.1",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "incognito": "not_allowed",
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "js\/popup.js"
        ]
    }
}