Aspect
Sample React, HTML, and CSS code from any website.
Aspectคืออะไร?
Aspect เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://aspect.app และคุณลักษณะหลักของมันคือ "Sample React, HTML, and CSS code from any website."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Aspect
ดาวน์โหลดไฟล์ส่วนขยาย Aspect ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Save time building UI by sampling html element code from any website by just pointing and clicking. Paste code into the Aspect UI builder (https://aspect.app) to visually edit it, or directly into your React file.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Aspect |
ID | bolegjkaeijefaiehamnkmbkkdbhocae |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/aspect/bolegjkaeijefaiehamnkmbkkdbhocae |
คำอธิบาย | Sample React, HTML, and CSS code from any website. |
ขนาดไฟล์ | 60.34 KB |
จำนวนการติดตั้ง | 3,381 |
เวอร์ชันปัจจุบัน | 1.0.13 |
อัปเดตครั้งล่าสุด | 2022-11-25 |
วันที่เผยแพร่ | 2022-07-08 |
คะแนน | 4.33/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | https://aspect.app |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://aspect.app |
URL หน้านโยบายความเป็นส่วนตัว | https://privacy.aspect.app |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Aspect", "icons": { "16": "images\/icon.png", "48": "images\/[email protected]", "128": "images\/[email protected]" }, "action": [], "manifest_version": 3, "version": "1.0.13", "description": "Sample React, HTML, and CSS code from any website.", "permissions": [ "activeTab", "scripting" ], "background": { "service_worker": "js\/background.js" } } |