Overlay
Add content to pages based on their urls.
Wat is Overlay?
Overlay is een Chrome-extensie ontwikkeld door Dillon Hafer, en de belangrijkste functie is "Add content to pages based on their urls.".
Extensie Screenshots
Download het CRX-bestand van de extensie Overlay
Download Overlay-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
Basisinformatie over de Extensie
| Naam | |
| ID | dhmbadgbadecfhjpkkfjhkehmlfjgkkd |
| Officiële URL | https://chromewebstore.google.com/detail/overlay/dhmbadgbadecfhjpkkfjhkehmlfjgkkd |
| Beschrijving | Add content to pages based on their urls. |
| Bestandsgrootte | 1.01 MB |
| Aantal Installaties | 134 |
| Huidige Versie | 1.2 |
| Laatst Bijgewerkt | 2015-08-18 |
| Publicatiedatum | 2015-08-18 |
| Ontwikkelaar | Dillon Hafer |
| Betalingswijze | free |
| Ondersteunde Talen | 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
} | |