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
Eメール [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"
    }
}