Overlay
Add content to pages based on their urls.
Co to jest Overlay?
Overlay to rozszerzenie Chrome opracowane przez Dillon Hafer, a jego główną funkcją jest „Add content to pages based on their urls.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Overlay
Pobierz pliki rozszerzeń Overlay 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
Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | dhmbadgbadecfhjpkkfjhkehmlfjgkkd |
| Oficjalny URL | https://chromewebstore.google.com/detail/overlay/dhmbadgbadecfhjpkkfjhkehmlfjgkkd |
| Opis | Add content to pages based on their urls. |
| Rozmiar pliku | 1.01 MB |
| Liczba instalacji | 134 |
| Aktualna Wersja | 1.2 |
| Ostatnia Aktualizacja | 2015-08-18 |
| Data Publikacji | 2015-08-18 |
| Deweloper | Dillon Hafer |
| Typ Płatności | free |
| Obsługiwane Języki | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Overlay",
"version": "1.2",
"description": "Add content to pages based on their urls.",
"options_page": "options.html",
"permissions": [
"storage"
],
"content_scripts": [
{
"js": [
"overlay.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_idle",
"all_frames": true
}
],
"icons": {
"19": "icon-19.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"manifest_version": 2
} | |