Environment Notification Banner
This extension shows a warning banner on the page when visiting a specified set of URLS
Environment Notification Bannerคืออะไร?
Environment Notification Banner เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Chris Hepner และคุณลักษณะหลักของมันคือ "This extension shows a warning banner on the page when visiting a specified set of URLS"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Environment Notification Banner
ดาวน์โหลดไฟล์ส่วนขยาย Environment Notification Banner ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Environment Notification Banner |
ID | acekbdliodimhedjoaifioeppmfiokon |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/environment-notification/acekbdliodimhedjoaifioeppmfiokon |
คำอธิบาย | This extension shows a warning banner on the page when visiting a specified set of URLS |
ขนาดไฟล์ | 30.08 KB |
จำนวนการติดตั้ง | 151 |
เวอร์ชันปัจจุบัน | 1.0.6 |
อัปเดตครั้งล่าสุด | 2017-04-07 |
วันที่เผยแพร่ | 2017-04-06 |
ผู้พัฒนา | Chris Hepner |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/chrishepner/env-extension |
URL หน้าช่วยเหลือ | https://github.com/chrishepner/env-extension |
ภาษาที่รองรับ | 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:\/\/*\/" ] } |