Pink background

This extension allows the users to change the background in pink color of the current page.

¿Qué es Pink background?

Pink background es una extensión de Chrome desarrollada por https://dierezepte.com, y su función principal es "This extension allows the users to change the background in pink color of the current page.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Pink background

Descarga archivos de extensión Pink background 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

                        You can now change your background color of your visited webpage. Just 2 clicks and you will have pink background.                    

Información Básica de la Extensión

Nombre Pink background Pink background
ID ehiaijjfijdbaepbhgompjomellejfoj
URL Oficial https://chromewebstore.google.com/detail/pink-background/ehiaijjfijdbaepbhgompjomellejfoj
Descripción This extension allows the users to change the background in pink color of the current page.
Tamaño del Archivo 7.37 KB
Cantidad de Instalaciones 1,000
Versión Actual 1.0
Última Actualización 2018-02-20
Fecha de Publicación 2018-02-20
Calificación 2.75/5 Total de 4 Calificaciones
Desarrollador https://dierezepte.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://dierezepte.com/
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pink background",
    "description": "This extension allows the users to change the background in pink color of the current page.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Click here!"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}