Environment Notification Banner
This extension shows a warning banner on the page when visiting a specified set of URLS
Co je Environment Notification Banner?
Environment Notification Banner je rozšíření Chrome vyvinuté Chris Hepner, a jeho hlavní funkcí je „This extension shows a warning banner on the page when visiting a specified set of URLS“.
Stáhnout soubor CRX rozšíření Environment Notification Banner
Stáhněte si soubory rozšíření Environment Notification Banner ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Environment Notification Banner |
ID | acekbdliodimhedjoaifioeppmfiokon |
Oficiální URL | https://chromewebstore.google.com/detail/environment-notification/acekbdliodimhedjoaifioeppmfiokon |
Popis | This extension shows a warning banner on the page when visiting a specified set of URLS |
Velikost souboru | 30.08 KB |
Počet instalací | 151 |
Aktuální Verze | 1.0.6 |
Poslední Aktualizace | 2017-04-07 |
Datum Vydání | 2017-04-06 |
Vývojář | Chris Hepner |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/chrishepner/env-extension |
URL Stránky Nápovědy | https://github.com/chrishepner/env-extension |
Podporované Jazyky | 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:\/\/*\/" ] } |