Pink Background Daily

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

Qu'est-ce que Pink Background Daily ?

Pink Background Daily est une extension Chrome développée par https://bg.smallcolortools.com, et sa fonction principale est "Designed for pink color lovers. Change your new tab with random pink background!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Pink Background Daily

Téléchargez les fichiers d'extension Pink Background Daily au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Pink Background Daily Pink Background Daily
ID onkijiakbamjbidbbfmggdcchjdcbcoj
URL Officiel https://chrome.google.com/webstore/detail/pink-background-daily/onkijiakbamjbidbbfmggdcchjdcbcoj
Description Designed for pink color lovers. Change your new tab with random pink background!
Taille du Fichier 78.48 KB
Nombre d'Installations 193
Version Actuelle 0.1.1
Dernière Mise à Jour 2023-02-28
Date de Publication 2022-10-11
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://bg.smallcolortools.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://bg.smallcolortools.com
URL de la Page d'Aide https://bg.smallcolortools.com/contact.php
URL de la Page de Politique de Confidentialité https://bg.smallcolortools.com/privacy.php
Langues Prises en Charge 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';"
    }
}