Create React App Sample
A chrome extension
Wat is Create React App Sample?
Create React App Sample is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "A chrome extension".
Extensie Screenshots
Download het CRX-bestand van de extensie Create React App Sample
Download Create React App Sample-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
this is browser extension for recording & visualizing web browsing activity also you can export browser recording data and the data stored locally on your device.
Basisinformatie over de Extensie
Naam | Create React App Sample |
ID | lponcimcfmhklcnimbnclikjdhhikhim |
Officiële URL | https://chromewebstore.google.com/detail/create-react-app-sample/lponcimcfmhklcnimbnclikjdhhikhim |
Beschrijving | A chrome extension |
Bestandsgrootte | 888 KB |
Aantal Installaties | 228 |
Huidige Versie | 0.0.8 |
Laatst Bijgewerkt | 2022-03-09 |
Publicatiedatum | 2022-03-08 |
Ontwikkelaar | Unknown |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "description": "A chrome extension", "version": "0.0.8", "name": "Create React App Sample", "permissions": [ "activeTab", "idle", "tabs" ], "background": { "service_worker": ".\/static\/js\/background.js" }, "action": [] } |