Chrome Platform Bridge
Chrome Platform Bridge
What is Chrome Platform Bridge?
Chrome Platform Bridge is a Chrome extension developed by Morten Frederiksen, and its main feature is "Chrome Platform Bridge".
Extension Screenshots
Download Chrome Platform Bridge Extension CRX File
Download Chrome Platform Bridge extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Chrome Platform Bridge |
ID | cbfkjbjjmhgmlalmjpmfjpeekkkjneia |
Official URL | https://chromewebstore.google.com/detail/chrome-platform-bridge/cbfkjbjjmhgmlalmjpmfjpeekkkjneia |
Description | Chrome Platform Bridge |
File Size | 7.7 KB |
Installation Count | 138 |
Current Version | 1.0.0 |
Last Updated | 2018-08-01 |
Publish Date | 2018-08-01 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Morten Frederiksen |
Payment Type | free |
Extension Website | https://github.com/frederiksen/chrome-platform-bridge |
Supported Languages | 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": [ " |