Unicorn Revealer
Do you have overflow on your website and want to try find it. Sparkle some 🦄🌈on your website and find where it is.
Unicorn Revealerคืออะไร?
Unicorn Revealer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://dehlin.dev และคุณลักษณะหลักของมันคือ "Do you have overflow on your website and want to try find it. Sparkle some 🦄🌈on your website and find where it is."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Unicorn Revealer
ดาวน์โหลดไฟล์ส่วนขยาย Unicorn Revealer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
As a web developer it can be hard to inspect and find out where overlow is located. You can sprinke some 🦄🌈 on the website and it will turn all black and pink, this will show the borders and make it easier to debug. It is as simple as right click a website Sparkle it on once done right click and remove the sparkle. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | lmlkphhdlngaicolpmaakfmhplagoaln |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/unicorn-revealer/lmlkphhdlngaicolpmaakfmhplagoaln |
| คำอธิบาย | Do you have overflow on your website and want to try find it. Sparkle some 🦄🌈on your website and find where it is. |
| ขนาดไฟล์ | 59.41 KB |
| จำนวนการติดตั้ง | 722 |
| เวอร์ชันปัจจุบัน | 1.0.0 |
| อัปเดตครั้งล่าสุด | 2019-11-08 |
| วันที่เผยแพร่ | 2019-11-07 |
| คะแนน | 4.94/5 รวมทั้งหมด 18 คะแนน |
| ผู้พัฒนา | https://dehlin.dev |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://www.dehlin.dev |
| URL หน้านโยบายความเป็นส่วนตัว | https://www.dehlin.dev |
| ภาษาที่รองรับ | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Unicorn Revealer",
"description": "Do you have overflow on your website and want to try find it. Sparkle some \ud83e\udd84\ud83c\udf08on your website and find where it is.",
"version": "1.0.0",
"icons": {
"128": "assets\/images\/icon-128.png"
},
"background": {
"persistent": true,
"scripts": [
"assets\/js\/background.js"
]
},
"permissions": [
"contextMenus",
"activeTab"
]
} | |