Paint Header
Emphasize the most important part of the page
Wat is Paint Header?
Paint Header is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Emphasize the most important part of the page".
Extensie Screenshots
Download het CRX-bestand van de extensie Paint Header
Download Paint Header-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Make the page header stand out from the rest of the page.
Basisinformatie over de Extensie
Naam | Paint Header |
ID | nkfgheamjehkhbjkidlbegfmkgndhdle |
Officiële URL | https://chromewebstore.google.com/detail/paint-header/nkfgheamjehkhbjkidlbegfmkgndhdle |
Beschrijving | Emphasize the most important part of the page |
Bestandsgrootte | 64.58 KB |
Aantal Installaties | 11,889 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2015-03-13 |
Publicatiedatum | 2015-03-13 |
Beoordeling | 3.33/5 Totaal 6 Beoordelingen |
Ontwikkelaar | Unknown |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |