Environment Notification Banner
This extension shows a warning banner on the page when visiting a specified set of URLS
Wat is Environment Notification Banner?
Environment Notification Banner is een Chrome-extensie ontwikkeld door Chris Hepner, en de belangrijkste functie is "This extension shows a warning banner on the page when visiting a specified set of URLS".
Download het CRX-bestand van de extensie Environment Notification Banner
Download Environment Notification Banner-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
Thanks to Edward Wang for improved CSS resets and preventing duplicated banners, and Michael Lefkowitz for adding the ability to move the banner to the bottom.
Basisinformatie over de Extensie
Naam | Environment Notification Banner |
ID | acekbdliodimhedjoaifioeppmfiokon |
Officiële URL | https://chromewebstore.google.com/detail/environment-notification/acekbdliodimhedjoaifioeppmfiokon |
Beschrijving | This extension shows a warning banner on the page when visiting a specified set of URLS |
Bestandsgrootte | 30.08 KB |
Aantal Installaties | 151 |
Huidige Versie | 1.0.6 |
Laatst Bijgewerkt | 2017-04-07 |
Publicatiedatum | 2017-04-06 |
Ontwikkelaar | Chris Hepner |
Betalingswijze | free |
Extensiewebsite | https://github.com/chrishepner/env-extension |
Help Pagina-URL | https://github.com/chrishepner/env-extension |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Environment Notification Banner", "description": "This extension shows a warning banner on the page when visiting a specified set of URLS", "version": "1.0.6", "background": { "scripts": [ "background.js" ] }, "web_accessible_resources": [ "inject.js" ], "icons": { "48": "icons\/alert-48.png", "128": "icons\/alert-128.png" }, "options_page": "options.html", "permissions": [ "tabs", "storage", "http:\/\/*\/", "https:\/\/*\/" ] } |