Paint Header
Emphasize the most important part of the page
Apa itu Paint Header?
Paint Header adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Emphasize the most important part of the page".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Paint Header
Unduh file ekstensi Paint Header dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Make the page header stand out from the rest of the page.
Informasi Dasar Ekstensi
Nama | Paint Header |
ID | nkfgheamjehkhbjkidlbegfmkgndhdle |
URL Resmi | https://chromewebstore.google.com/detail/paint-header/nkfgheamjehkhbjkidlbegfmkgndhdle |
Deskripsi | Emphasize the most important part of the page |
Ukuran File | 64.58 KB |
Jumlah Instalasi | 11,889 |
Versi Saat Ini | 0.1 |
Terakhir Diperbarui | 2015-03-13 |
Tanggal Publikasi | 2015-03-13 |
Penilaian | 3.33/5 Total 6 Penilaian |
Pengembang | Unknown |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |