Environment Notification Banner
This extension shows a warning banner on the page when visiting a specified set of URLS
Cos'è Environment Notification Banner?
Environment Notification Banner è un'estensione di Chrome sviluppata da Chris Hepner, e la sua funzione principale è "This extension shows a warning banner on the page when visiting a specified set of URLS".
Scarica il file CRX dell'estensione Environment Notification Banner
Scarica i file di estensione Environment Notification Banner in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Environment Notification Banner |
ID | acekbdliodimhedjoaifioeppmfiokon |
URL Ufficiale | https://chromewebstore.google.com/detail/environment-notification/acekbdliodimhedjoaifioeppmfiokon |
Descrizione | This extension shows a warning banner on the page when visiting a specified set of URLS |
Dimensione del File | 30.08 KB |
Conteggio Installazioni | 151 |
Versione Corrente | 1.0.6 |
Ultimo Aggiornamento | 2017-04-07 |
Data di Pubblicazione | 2017-04-06 |
Sviluppatore | Chris Hepner |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/chrishepner/env-extension |
URL della Pagina di Aiuto | https://github.com/chrishepner/env-extension |
Lingue Supportate | 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:\/\/*\/" ] } |