Pink Background Daily

Designed for pink color lovers. Change your new tab with random pink background!

什么是Pink Background Daily?

Pink Background Daily是由https://bg.smallcolortools.com开发的Chrome扩展程序,该扩展的主要功能是“Designed for pink color lovers. Change your new tab with random pink background!”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Pink Background Daily扩展crx文件

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

扩展使用说明

                        This extension presents a new hand-picked beautiful pink background in every new tab. The background is lockable and you are free to lock/unlock it anytime. 

Main features:

* In the upper right corner, clicking on lock icon can lock/unlock current background. Once locked, the background will be used for any new tab. When unlocked, a random background will be restored. 

* In the lower right corner, clicking on rotation icon can switch to a new background, without leaving current tab. You can use this feature to quickly find your favorite background and then lock it.                    

扩展基本信息

名称 Pink Background Daily Pink Background Daily
ID onkijiakbamjbidbbfmggdcchjdcbcoj
官方URL https://chrome.google.com/webstore/detail/pink-background-daily/onkijiakbamjbidbbfmggdcchjdcbcoj
简介 Designed for pink color lovers. Change your new tab with random pink background!
文件大小 78.48 KB
安装次数 193
当前版本 0.1.1
更新时间 2023-02-28
上架时间 2022-10-11
评分 5.00/5 共1次评分
开发者 https://bg.smallcolortools.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://bg.smallcolortools.com
帮助页面URL https://bg.smallcolortools.com/contact.php
隐私政策页面URL https://bg.smallcolortools.com/privacy.php
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Pink Background Daily",
    "version": "0.1.1",
    "description": "Designed for pink color lovers. Change your new tab with random pink background!",
    "icons": {
        "16": "icons\/logo.png",
        "48": "icons\/logo.png",
        "128": "icons\/logo.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_title": "colorful-newtab",
        "default_icon": "icons\/logo.png"
    },
    "chrome_url_overrides": {
        "newtab": "main.html"
    },
    "permissions": [
        "storage"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    }
}