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
公式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
Eメール [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"
    }
}