Pink background

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

Qu'est-ce que Pink background ?

Pink background est une extension Chrome développée par https://dierezepte.com, et sa fonction principale est "This extension allows the users to change the background in pink color of the current page.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Pink background

Téléchargez les fichiers d'extension Pink background 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

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

Informations de Base sur l'Extension

Nom Pink background Pink background
ID ehiaijjfijdbaepbhgompjomellejfoj
URL Officiel https://chromewebstore.google.com/detail/pink-background/ehiaijjfijdbaepbhgompjomellejfoj
Description This extension allows the users to change the background in pink color of the current page.
Taille du Fichier 7.37 KB
Nombre d'Installations 1,000
Version Actuelle 1.0
Dernière Mise à Jour 2018-02-20
Date de Publication 2018-02-20
Évaluation 2.75/5 Total 4 Évaluations
Développeur https://dierezepte.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://dierezepte.com/
Langues Prises en Charge 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"
    ]
}