Placeholdifier
Turn any website into a live wireframe
Placeholdifierคืออะไร?
Placeholdifier เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rodrigo Pombo และคุณลักษณะหลักของมันคือ "Turn any website into a live wireframe"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Placeholdifier
ดาวน์โหลดไฟล์ส่วนขยาย Placeholdifier ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Placeholdifier converts HTML into placeholders leaving the website interactivity intact. Useful for demos, streaming, hide personal information, visual regression, and more. Source code: https://github.com/pomber/placeholdifier
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Placeholdifier |
ID | iinkgkmmblamljaklibgclblomobdbha |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/placeholdifier/iinkgkmmblamljaklibgclblomobdbha |
คำอธิบาย | Turn any website into a live wireframe |
ขนาดไฟล์ | 17.41 KB |
จำนวนการติดตั้ง | 2,118 |
เวอร์ชันปัจจุบัน | 0.2.2 |
อัปเดตครั้งล่าสุด | 2021-03-28 |
วันที่เผยแพร่ | 2020-07-04 |
คะแนน | 4.75/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | Rodrigo Pombo |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/pomber/placeholdifier |
URL หน้าช่วยเหลือ | https://github.com/pomber/placeholdifier/issues/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Placeholdifier", "version": "0.2.2", "description": "Turn any website into a live wireframe", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "http:\/\/*\/", "https:\/\/*\/" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": [], "web_accessible_resources": [ "lib\/placeholdifier.css", "lib\/*" ], "manifest_version": 2 } |