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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة سياسة الخصوصية | 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" } } |