Chrome Explorer
A boilerplate to chrome extension with webpack
Wat is Chrome Explorer?
Chrome Explorer is een Chrome-extensie ontwikkeld door mdcanham, en de belangrijkste functie is "A boilerplate to chrome extension with webpack".
Download het CRX-bestand van de extensie Chrome Explorer
Download Chrome Explorer-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
A file explorer in Chrome.
Basisinformatie over de Extensie
Naam | ![]() |
ID | obhbbbkkgepfadlggiffekmhlcpeppdd |
Officiële URL | https://chrome.google.com/webstore/detail/chrome-explorer/obhbbbkkgepfadlggiffekmhlcpeppdd |
Beschrijving | A boilerplate to chrome extension with webpack |
Bestandsgrootte | 574 KB |
Aantal Installaties | 30 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2017-05-24 |
Publicatiedatum | 2017-05-24 |
Ontwikkelaar | mdcanham |
Betalingswijze | free |
Ondersteunde Talen | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chrome Explorer", "short_name": "Chrome Explorer", "options_page": "options.html", "version": "0.0.1", "background": { "scripts": [ "background.bundle.js" ] }, "browser_action": [], "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "activeTab", "file:\/\/*\/*" ], "description": "A boilerplate to chrome extension with webpack" } |