Paint Header

Emphasize the most important part of the page

Qu'est-ce que Paint Header ?

Paint Header est une extension Chrome développée par Unknown, et sa fonction principale est "Emphasize the most important part of the page".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Paint Header

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

                        Make the page header stand out from the rest of the page.                    

Informations de Base sur l'Extension

Nom Paint Header Paint Header
ID nkfgheamjehkhbjkidlbegfmkgndhdle
URL Officiel https://chromewebstore.google.com/detail/paint-header/nkfgheamjehkhbjkidlbegfmkgndhdle
Description Emphasize the most important part of the page
Taille du Fichier 64.58 KB
Nombre d'Installations 11,889
Version Actuelle 0.1
Dernière Mise à Jour 2015-03-13
Date de Publication 2015-03-13
Évaluation 3.33/5 Total 6 Évaluations
Développeur Unknown
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "description": "Emphasize the most important part of the page",
    "version": "0.1",
    "name": "Paint Header",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jq.js",
                "paint.js"
            ]
        }
    ],
    "icons": {
        "16": "resource\/icon-16.png",
        "48": "resource\/icon-48.png",
        "128": "resource\/icon-128.png"
    }
}