Aspect

Sample React, HTML, and CSS code from any website.

What is Aspect?

Aspect is a Chrome extension developed by https://aspect.app, and its main feature is "Sample React, HTML, and CSS code from any website.".

Extension Screenshots

screenshot

Download Aspect Extension CRX File

Download Aspect extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Aspect Aspect
ID bolegjkaeijefaiehamnkmbkkdbhocae
Official URL https://chromewebstore.google.com/detail/aspect/bolegjkaeijefaiehamnkmbkkdbhocae
Description Sample React, HTML, and CSS code from any website.
File Size 60.34 KB
Installation Count 3,381
Current Version 1.0.13
Last Updated 2022-11-25
Publish Date 2022-07-08
Rating 4.33/5 Total 3 Ratings
Developer https://aspect.app
Email [email protected]
Payment Type free
Extension Website https://aspect.app
Privacy Policy Page URL https://privacy.aspect.app
Supported Languages 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"
    }
}