Aspect

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

Cos'è Aspect?

Aspect è un'estensione di Chrome sviluppata da https://aspect.app, e la sua funzione principale è "Sample React, HTML, and CSS code from any website.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Aspect

Scarica i file di estensione Aspect in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Aspect Aspect
ID bolegjkaeijefaiehamnkmbkkdbhocae
URL Ufficiale https://chromewebstore.google.com/detail/aspect/bolegjkaeijefaiehamnkmbkkdbhocae
Descrizione Sample React, HTML, and CSS code from any website.
Dimensione del File 60.34 KB
Conteggio Installazioni 3,381
Versione Corrente 1.0.13
Ultimo Aggiornamento 2022-11-25
Data di Pubblicazione 2022-07-08
Valutazione 4.33/5 Totale 3 Valutazioni
Sviluppatore https://aspect.app
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://aspect.app
URL della Pagina della Politica sulla Privacy https://privacy.aspect.app
Lingue Supportate 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"
    }
}