Demo React-Chrome extension
This extension shows how to run a React app as a Chrome extension
What is Demo React-Chrome extension?
Demo React-Chrome extension is a Chrome extension developed by Unknown, and its main feature is "This extension shows how to run a React app as a Chrome extension".
Extension Screenshots
Download Demo React-Chrome extension Extension CRX File
Download Demo React-Chrome extension 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
Extension Basic Information
Name | Demo React-Chrome extension |
ID | lfdbbeghkccngnehlhblimjkcididlbp |
Official URL | https://chromewebstore.google.com/detail/demo-react-chrome-extensi/lfdbbeghkccngnehlhblimjkcididlbp |
Description | This extension shows how to run a React app as a Chrome extension |
File Size | 465 KB |
Installation Count | 40 |
Current Version | 1.0 |
Last Updated | 2016-11-08 |
Publish Date | 2016-11-08 |
Developer | Unknown |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Demo React-Chrome extension", "description": "This extension shows how to run a React app as a Chrome extension", "version": "1.0", "browser_action": { "default_icon": "logo_small.png", "default_popup": "index.html" } } |