Paint Header
Emphasize the most important part of the page
Co to jest Paint Header?
Paint Header to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Emphasize the most important part of the page”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Paint Header
Pobierz pliki rozszerzeń Paint Header w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Make the page header stand out from the rest of the page. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | nkfgheamjehkhbjkidlbegfmkgndhdle |
| Oficjalny URL | https://chromewebstore.google.com/detail/paint-header/nkfgheamjehkhbjkidlbegfmkgndhdle |
| Opis | Emphasize the most important part of the page |
| Rozmiar pliku | 64.58 KB |
| Liczba instalacji | 11,889 |
| Aktualna Wersja | 0.1 |
| Ostatnia Aktualizacja | 2015-03-13 |
| Data Publikacji | 2015-03-13 |
| Ocena | 3.33/5 Łącznie 6 Oceny |
| Deweloper | Unknown |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
}
} | |