Aspect
Sample React, HTML, and CSS code from any website.
Vad är Aspect?
Aspect är en Chrome-tillägg utvecklad av https://aspect.app, och dess huvudfunktion är "Sample React, HTML, and CSS code from any website.".
Tilläggsskärmbilder
Ladda ner Aspect-förlängningens CRX-fil
Ladda ner Aspect-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | bolegjkaeijefaiehamnkmbkkdbhocae |
| Officiell webbadress | https://chromewebstore.google.com/detail/aspect/bolegjkaeijefaiehamnkmbkkdbhocae |
| Beskrivning | Sample React, HTML, and CSS code from any website. |
| Filstorlek | 60.34 KB |
| Antal Installationer | 3,381 |
| Aktuell Version | 1.0.13 |
| Senast Uppdaterad | 2022-11-25 |
| Publiceringsdatum | 2022-07-08 |
| Betyg | 4.33/5 Totalt 3 Betyg |
| Utvecklare | https://aspect.app |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://aspect.app |
| URL till Sekretesspolicy Sidan | https://privacy.aspect.app |
| Stödda Språk | 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"
}
} | |