Paint Header
Emphasize the most important part of the page
Vad är Paint Header?
Paint Header är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Emphasize the most important part of the page".
Tilläggsskärmbilder
Ladda ner Paint Header-förlängningens CRX-fil
Ladda ner Paint Header-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Make the page header stand out from the rest of the page.
Grundläggande Information om Tillägg
Namn | Paint Header |
ID | nkfgheamjehkhbjkidlbegfmkgndhdle |
Officiell webbadress | https://chromewebstore.google.com/detail/paint-header/nkfgheamjehkhbjkidlbegfmkgndhdle |
Beskrivning | Emphasize the most important part of the page |
Filstorlek | 64.58 KB |
Antal Installationer | 11,889 |
Aktuell Version | 0.1 |
Senast Uppdaterad | 2015-03-13 |
Publiceringsdatum | 2015-03-13 |
Betyg | 3.33/5 Totalt 6 Betyg |
Utvecklare | Unknown |
Betalningssätt | free |
Stödda Språk | 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" } } |