Pink Background Daily

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

Wat is Pink Background Daily?

Pink Background Daily is een Chrome-extensie ontwikkeld door https://bg.smallcolortools.com, en de belangrijkste functie is "Designed for pink color lovers. Change your new tab with random pink background!".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Pink Background Daily

Download Pink Background Daily-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Pink Background Daily Pink Background Daily
ID onkijiakbamjbidbbfmggdcchjdcbcoj
Officiële URL https://chrome.google.com/webstore/detail/pink-background-daily/onkijiakbamjbidbbfmggdcchjdcbcoj
Beschrijving Designed for pink color lovers. Change your new tab with random pink background!
Bestandsgrootte 78.48 KB
Aantal Installaties 193
Huidige Versie 0.1.1
Laatst Bijgewerkt 2023-02-28
Publicatiedatum 2022-10-11
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://bg.smallcolortools.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://bg.smallcolortools.com
Help Pagina-URL https://bg.smallcolortools.com/contact.php
URL van de Privacybeleid Pagina https://bg.smallcolortools.com/privacy.php
Ondersteunde Talen 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';"
    }
}