Pink Background Daily

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

¿Qué es Pink Background Daily?

Pink Background Daily es una extensión de Chrome desarrollada por https://bg.smallcolortools.com, y su función principal es "Designed for pink color lovers. Change your new tab with random pink background!".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Pink Background Daily

Descarga archivos de extensión Pink Background Daily en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Pink Background Daily Pink Background Daily
ID onkijiakbamjbidbbfmggdcchjdcbcoj
URL Oficial https://chrome.google.com/webstore/detail/pink-background-daily/onkijiakbamjbidbbfmggdcchjdcbcoj
Descripción Designed for pink color lovers. Change your new tab with random pink background!
Tamaño del Archivo 78.48 KB
Cantidad de Instalaciones 193
Versión Actual 0.1.1
Última Actualización 2023-02-28
Fecha de Publicación 2022-10-11
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador https://bg.smallcolortools.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://bg.smallcolortools.com
URL de la Página de Ayuda https://bg.smallcolortools.com/contact.php
URL de la Página de Política de Privacidad https://bg.smallcolortools.com/privacy.php
Idiomas Soportados 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';"
    }
}