Pink Background Daily

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

Cos'è Pink Background Daily?

Pink Background Daily è un'estensione di Chrome sviluppata da https://bg.smallcolortools.com, e la sua funzione principale è "Designed for pink color lovers. Change your new tab with random pink background!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Pink Background Daily

Scarica i file di estensione Pink Background Daily in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Pink Background Daily Pink Background Daily
ID onkijiakbamjbidbbfmggdcchjdcbcoj
URL Ufficiale https://chrome.google.com/webstore/detail/pink-background-daily/onkijiakbamjbidbbfmggdcchjdcbcoj
Descrizione Designed for pink color lovers. Change your new tab with random pink background!
Dimensione del File 78.48 KB
Conteggio Installazioni 193
Versione Corrente 0.1.1
Ultimo Aggiornamento 2023-02-28
Data di Pubblicazione 2022-10-11
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://bg.smallcolortools.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://bg.smallcolortools.com
URL della Pagina di Aiuto https://bg.smallcolortools.com/contact.php
URL della Pagina della Politica sulla Privacy https://bg.smallcolortools.com/privacy.php
Lingue Supportate 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';"
    }
}