Environment Notification Banner
This extension shows a warning banner on the page when visiting a specified set of URLS
Qu'est-ce que Environment Notification Banner ?
Environment Notification Banner est une extension Chrome développée par Chris Hepner, et sa fonction principale est "This extension shows a warning banner on the page when visiting a specified set of URLS".
Télécharger le fichier CRX de l'extension Environment Notification Banner
Téléchargez les fichiers d'extension Environment Notification Banner au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Environment Notification Banner |
ID | acekbdliodimhedjoaifioeppmfiokon |
URL Officiel | https://chromewebstore.google.com/detail/environment-notification/acekbdliodimhedjoaifioeppmfiokon |
Description | This extension shows a warning banner on the page when visiting a specified set of URLS |
Taille du Fichier | 30.08 KB |
Nombre d'Installations | 151 |
Version Actuelle | 1.0.6 |
Dernière Mise à Jour | 2017-04-07 |
Date de Publication | 2017-04-06 |
Développeur | Chris Hepner |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/chrishepner/env-extension |
URL de la Page d'Aide | https://github.com/chrishepner/env-extension |
Langues Prises en Charge | 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:\/\/*\/" ] } |