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.”。

擴展截圖

screenshot

下載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.                    

擴展基本資訊

名稱 Aspect Aspect
ID bolegjkaeijefaiehamnkmbkkdbhocae
官方網址 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"
    }
}