Pink Background Daily

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

Was ist Pink Background Daily?

Pink Background Daily ist eine Chrome-Erweiterung, die von https://bg.smallcolortools.com entwickelt wurde, und ihr Hauptmerkmal ist "Designed for pink color lovers. Change your new tab with random pink background!".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Pink Background Daily-Erweiterungs-CRX-Datei herunterladen

Laden Sie Pink Background Daily-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Pink Background Daily Pink Background Daily
ID onkijiakbamjbidbbfmggdcchjdcbcoj
Offizielle URL https://chrome.google.com/webstore/detail/pink-background-daily/onkijiakbamjbidbbfmggdcchjdcbcoj
Beschreibung Designed for pink color lovers. Change your new tab with random pink background!
Dateigröße 78.48 KB
Installationsanzahl 193
Aktuelle Version 0.1.1
Letztes Update 2023-02-28
Veröffentlichungsdatum 2022-10-11
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://bg.smallcolortools.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://bg.smallcolortools.com
Hilfeseite URL https://bg.smallcolortools.com/contact.php
URL der Datenschutzrichtlinien-Seite https://bg.smallcolortools.com/privacy.php
Unterstützte Sprachen 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';"
    }
}