Demo React-Chrome extension

This extension shows how to run a React app as a Chrome extension

什么是Demo React-Chrome extension?

Demo React-Chrome extension是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“This extension shows how to run a React app as a Chrome extension”。

扩展截图

screenshot

下载Demo React-Chrome extension扩展crx文件

下载Demo React-Chrome extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                                            

扩展基本信息

名称 Demo React-Chrome extension Demo React-Chrome extension
ID lfdbbeghkccngnehlhblimjkcididlbp
官方URL https://chromewebstore.google.com/detail/demo-react-chrome-extensi/lfdbbeghkccngnehlhblimjkcididlbp
简介 This extension shows how to run a React app as a Chrome extension
文件大小 465 KB
安装次数 40
当前版本 1.0
更新时间 2016-11-08
上架时间 2016-11-08
开发者 Unknown
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    }
}