Show CSS Outline Style
Show the outline of all the elements that exist on the page.
Show CSS Outline Styleคืออะไร?
Show CSS Outline Style เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://blog.mitsuruog.info และคุณลักษณะหลักของมันคือ "Show the outline of all the elements that exist on the page."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Show CSS Outline Style
ดาวน์โหลดไฟล์ส่วนขยาย Show CSS Outline Style ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Show the outline of all the elements that exist on the page.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Show CSS Outline Style |
ID | dfokncajfigoddlhjenapaleiefcldoh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/show-css-outline-style/dfokncajfigoddlhjenapaleiefcldoh |
คำอธิบาย | Show the outline of all the elements that exist on the page. |
ขนาดไฟล์ | 18.41 KB |
จำนวนการติดตั้ง | 366 |
เวอร์ชันปัจจุบัน | 0.1.2 |
อัปเดตครั้งล่าสุด | 2021-11-26 |
วันที่เผยแพร่ | 2020-06-25 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | https://blog.mitsuruog.info |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/mitsuruog/show-css-outline-style |
URL หน้าช่วยเหลือ | https://github.com/mitsuruog/show-css-outline-style/issues |
ภาษาที่รองรับ | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.1.2", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "assets\/icons\/Icon-16.png", "128": "assets\/icons\/Icon-128.png" }, "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ] }, "browser_action": [], "default_locale": "ja" } |