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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | 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:\/\/*\/" ] } |