Environment Notification Banner
This extension shows a warning banner on the page when visiting a specified set of URLS
Environment Notification Banner là gì?
Environment Notification Banner là một tiện ích mở rộng Chrome được phát triển bởi Chris Hepner, và tính năng chính của nó là "This extension shows a warning banner on the page when visiting a specified set of URLS".
Tải xuống tệp CRX của tiện ích mở rộng Environment Notification Banner
Tải xuống các tệp mở rộng Environment Notification Banner dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Environment Notification Banner |
ID | acekbdliodimhedjoaifioeppmfiokon |
URL Chính Thức | https://chromewebstore.google.com/detail/environment-notification/acekbdliodimhedjoaifioeppmfiokon |
Mô tả | This extension shows a warning banner on the page when visiting a specified set of URLS |
Kích Thước Tệp | 30.08 KB |
Số Lần Cài Đặt | 151 |
Phiên Bản Hiện Tại | 1.0.6 |
Cập Nhật Lần Cuối | 2017-04-07 |
Ngày Phát Hành | 2017-04-06 |
Nhà Phát Triển | Chris Hepner |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/chrishepner/env-extension |
URL Trang Trợ Giúp | https://github.com/chrishepner/env-extension |
Ngôn Ngữ Được Hỗ Trợ | 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:\/\/*\/" ] } |