Aspect
Sample React, HTML, and CSS code from any website.
什么是Aspect?
Aspect是由https://aspect.app开发的Chrome扩展程序,该扩展的主要功能是“Sample React, HTML, and CSS code from any website.”。
扩展截图
下载Aspect扩展crx文件
下载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. 扩展基本信息
| 名称 | |
| 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"
}
} | |