Environment Marker
This extension allows you to flag specified websites by adding a colored label depending on the URL configuration.
Environment Markerคืออะไร?
Environment Marker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Geovanne Borges Bertonha และคุณลักษณะหลักของมันคือ "This extension allows you to flag specified websites by adding a colored label depending on the URL configuration."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Environment Marker
ดาวน์โหลดไฟล์ส่วนขยาย Environment Marker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension allows you to flag specified websites by adding a colored label depending on the URL configuration. It also supports regular expression (including wildcards), color picker, and positioning preferences. When it comes to IT projects, it is very common having multiple environments: dev, QA, stage, and production. All those environments' interfaces are mostly identical, and as a consequence, mistakes may happen very often. Who had never faced the situation when we intended to do a "little test" thinking it was doing in "dev" and suddenly realized that was in the production environment, and ended up applying a configuration in the wrong environment? After all, screw-ups are easy to happen because the look and feel of those sites are the same except by the discreet URL in the browser address bar. That is when the Environment Marker Extension comes into play. The Environment Marker is a free and open-source Chrome extension that allows you to configure the URLs of your project's environments and assign a colored "label" on the corner of the browser window, identifying the environment for you. No more screw-ups in the production environment! Available functionalities: - Color picker to configure label color. - Support regular expressions in the URL address (regexp). - Support to choose the position of the label: Top-right, Top-left, Bottom-right, Bottom-left. - Support "Quick Config" mode: an easy and fast way to set it up. - Export and Import feature. How to use: - After installing, access Bowser Configurations > More Tools > Extensions OR Click on the red pencil on the right side of the address bar. - Click on the Options menu, over the Environment Marker section. - Configure your Environments and click on the Save button. Latest release notes v1.1: NOTICE: Before updating make sure that you have a backup from your configuration. You can export your configuration using the "Export" functionality under Bowser Configurations > More Tools > Extensions and go to the extension "Options" menu. - Introduced a new way to import a file hosted by a server. You can choose whether you want to automatically import the file in case of any changes occur. Environment Marker is OpenSource and contributions are welcome! https://github.com/geovanneb/envmarker
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Environment Marker |
ID | ahjhdebcnlgmojdmjnhikhakkghcchkk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/environment-marker/ahjhdebcnlgmojdmjnhikhakkghcchkk |
คำอธิบาย | This extension allows you to flag specified websites by adding a colored label depending on the URL configuration. |
ขนาดไฟล์ | 72.93 KB |
จำนวนการติดตั้ง | 26,167 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2023-07-10 |
วันที่เผยแพร่ | 2019-12-17 |
คะแนน | 4.88/5 รวมทั้งหมด 48 คะแนน |
ผู้พัฒนา | Geovanne Borges Bertonha |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://environmentmarker.io/ |
URL หน้าช่วยเหลือ | https://github.com/geovanneb/envmarker |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Environment Marker", "version": "1.1", "description": "This extension allows you to flag specified websites by adding a colored label depending on the URL configuration.", "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "default_locale": "en", "action": { "default_icon": { "16": "images\/icon-16.png", "24": "images\/icon-24.png", "32": "images\/icon-32.png" }, "default_title": "Environment Marker", "default_popup": "html\/popup.html" }, "content_scripts": [ { "matches": [ " |