Chrome Platform Bridge
Chrome Platform Bridge
Wat is Chrome Platform Bridge?
Chrome Platform Bridge is een Chrome-extensie ontwikkeld door Morten Frederiksen, en de belangrijkste functie is "Chrome Platform Bridge".
Extensie Screenshots
Download het CRX-bestand van de extensie Chrome Platform Bridge
Download Chrome Platform Bridge-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
What is this project about? This project demonstrates a bridge from JavaScript to the platform hosting the browser.
What can it be used for? The bridging functionallity can be used to mix a typically web-app and local resources. The resources could be: the file system, a hardware device or some legacy software.
Project site: https://github.com/frederiksen/chrome-platform-bridge Basisinformatie over de Extensie
| Naam | |
| ID | cbfkjbjjmhgmlalmjpmfjpeekkkjneia |
| Officiële URL | https://chromewebstore.google.com/detail/chrome-platform-bridge/cbfkjbjjmhgmlalmjpmfjpeekkkjneia |
| Beschrijving | Chrome Platform Bridge |
| Bestandsgrootte | 7.7 KB |
| Aantal Installaties | 138 |
| Huidige Versie | 1.0.0 |
| Laatst Bijgewerkt | 2018-08-01 |
| Publicatiedatum | 2018-08-01 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | Morten Frederiksen |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/frederiksen/chrome-platform-bridge |
| Ondersteunde Talen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Chrome Platform Bridge",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"version": "1.0.0",
"description": "Chrome Platform Bridge",
"content_scripts": [
{
"js": [
"content-script.js"
],
"matches": [
" | |