Demo React-Chrome extension

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

Wat is Demo React-Chrome extension?

Demo React-Chrome extension is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "This extension shows how to run a React app as a Chrome extension".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Demo React-Chrome extension

Download Demo React-Chrome extension-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

                                            

Basisinformatie over de Extensie

Naam Demo React-Chrome extension Demo React-Chrome extension
ID lfdbbeghkccngnehlhblimjkcididlbp
Officiële URL https://chromewebstore.google.com/detail/demo-react-chrome-extensi/lfdbbeghkccngnehlhblimjkcididlbp
Beschrijving This extension shows how to run a React app as a Chrome extension
Bestandsgrootte 465 KB
Aantal Installaties 40
Huidige Versie 1.0
Laatst Bijgewerkt 2016-11-08
Publicatiedatum 2016-11-08
Ontwikkelaar Unknown
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}