Devicon
Shows when you are on a dev-version of a page by putting a border around the favicon.
Deviconคืออะไร?
Devicon เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Matis Lepik และคุณลักษณะหลักของมันคือ "Shows when you are on a dev-version of a page by putting a border around the favicon."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Devicon
ดาวน์โหลดไฟล์ส่วนขยาย Devicon ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Looks at the URL of the page you're on to see if it's a dev environment and adds a border to the favicon so you can easily tell if you're on a dev environment or not. You can change in the options what URL hostname constitutes a dev environment, by default we look for: - localhost - 127.0.0.1 - Sites ending with .test
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Devicon |
ID | giibkebjejbhlblmanjkmkmdkahmabge |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/devicon/giibkebjejbhlblmanjkmkmdkahmabge |
คำอธิบาย | Shows when you are on a dev-version of a page by putting a border around the favicon. |
ขนาดไฟล์ | 36.68 KB |
จำนวนการติดตั้ง | 24 |
เวอร์ชันปัจจุบัน | 1.1.5 |
อัปเดตครั้งล่าสุด | 2019-05-16 |
วันที่เผยแพร่ | 2019-05-16 |
ผู้พัฒนา | Matis Lepik |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/MatisLepik/devicon |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Devicon", "version": "1.1.5", "manifest_version": 2, "description": "Shows when you are on a dev-version of a page by putting a border around the favicon.", "homepage_url": "http:\/\/matislepik.com\/devicon", "icons": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "storage" ], "default_locale": "en", "options_ui": { "page": "options\/index.html", "chrome_style": false }, "background": { "scripts": [ "build\/bg.js" ] }, "page_action": { "default_icon": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_title": "Devicon" }, "web_accessible_resources": [ "assets\/overlay.png" ], "content_scripts": [ { "matches": [ " |