Environment Notification Banner
This extension shows a warning banner on the page when visiting a specified set of URLS
Was ist Environment Notification Banner?
Environment Notification Banner ist eine Chrome-Erweiterung, die von Chris Hepner entwickelt wurde, und ihr Hauptmerkmal ist "This extension shows a warning banner on the page when visiting a specified set of URLS".
Environment Notification Banner-Erweiterungs-CRX-Datei herunterladen
Laden Sie Environment Notification Banner-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Environment Notification Banner |
ID | acekbdliodimhedjoaifioeppmfiokon |
Offizielle URL | https://chromewebstore.google.com/detail/environment-notification/acekbdliodimhedjoaifioeppmfiokon |
Beschreibung | This extension shows a warning banner on the page when visiting a specified set of URLS |
Dateigröße | 30.08 KB |
Installationsanzahl | 151 |
Aktuelle Version | 1.0.6 |
Letztes Update | 2017-04-07 |
Veröffentlichungsdatum | 2017-04-06 |
Entwickler | Chris Hepner |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/chrishepner/env-extension |
Hilfeseite URL | https://github.com/chrishepner/env-extension |
Unterstützte Sprachen | 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:\/\/*\/" ] } |