Environment Notification Banner
This extension shows a warning banner on the page when visiting a specified set of URLS
Hvad er Environment Notification Banner?
Environment Notification Banner er en Chrome-udvidelse udviklet af Chris Hepner, og dens hovedfunktion er "This extension shows a warning banner on the page when visiting a specified set of URLS".
Download Environment Notification Banner-udvidelses-CRX-fil
Download Environment Notification Banner-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Environment Notification Banner |
ID | acekbdliodimhedjoaifioeppmfiokon |
Officiel URL | https://chromewebstore.google.com/detail/environment-notification/acekbdliodimhedjoaifioeppmfiokon |
Beskrivelse | This extension shows a warning banner on the page when visiting a specified set of URLS |
Filstørrelse | 30.08 KB |
Antal Installationer | 151 |
Nuværende Version | 1.0.6 |
Senest Opdateret | 2017-04-07 |
Udgivelsesdato | 2017-04-06 |
Udvikler | Chris Hepner |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/chrishepner/env-extension |
Hjælpeside-URL | https://github.com/chrishepner/env-extension |
Understøttede Sprog | 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:\/\/*\/" ] } |