Create React App Sample
A chrome extension
What is Create React App Sample?
Create React App Sample is a Chrome extension developed by Unknown, and its main feature is "A chrome extension".
Extension Screenshots
Download Create React App Sample Extension CRX File
Download Create React App Sample 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
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.
Extension Basic Information
Name | Create React App Sample |
ID | lponcimcfmhklcnimbnclikjdhhikhim |
Official URL | https://chromewebstore.google.com/detail/create-react-app-sample/lponcimcfmhklcnimbnclikjdhhikhim |
Description | A chrome extension |
File Size | 888 KB |
Installation Count | 228 |
Current Version | 0.0.8 |
Last Updated | 2022-03-09 |
Publish Date | 2022-03-08 |
Developer | Unknown |
[email protected] | |
Payment Type | free |
Supported Languages | 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": [] } |