Pink Background Daily

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

What is Pink Background Daily?

Pink Background Daily is a Chrome extension developed by https://bg.smallcolortools.com, and its main feature is "Designed for pink color lovers. Change your new tab with random pink background!".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Pink Background Daily Extension CRX File

Download Pink Background Daily extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Pink Background Daily Pink Background Daily
ID onkijiakbamjbidbbfmggdcchjdcbcoj
Official URL https://chrome.google.com/webstore/detail/pink-background-daily/onkijiakbamjbidbbfmggdcchjdcbcoj
Description Designed for pink color lovers. Change your new tab with random pink background!
File Size 78.48 KB
Installation Count 193
Current Version 0.1.1
Last Updated 2023-02-28
Publish Date 2022-10-11
Rating 5.00/5 Total 1 Ratings
Developer https://bg.smallcolortools.com
Email [email protected]
Payment Type free
Extension Website https://bg.smallcolortools.com
Help Page URL https://bg.smallcolortools.com/contact.php
Privacy Policy Page URL https://bg.smallcolortools.com/privacy.php
Supported Languages 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';"
    }
}