Rempl
Rempl host for browser's Developer Tools
What is Rempl?
Rempl is a Chrome extension developed by rempl, and its main feature is "Rempl host for browser's Developer Tools".
Extension Screenshots
Download Rempl Extension CRX File
Download Rempl 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
Rempl – platform for moderated remote access to JavaScript runtime via custom UI. This plugin hosts custom UI in Developer Tools. https://github.com/rempl
Extension Basic Information
Name | Rempl |
ID | hcikjlholajopgbgfmmlbmifdfbkijdj |
Official URL | https://chromewebstore.google.com/detail/rempl/hcikjlholajopgbgfmmlbmifdfbkijdj |
Description | Rempl host for browser's Developer Tools |
File Size | 21.87 KB |
Installation Count | 1,104 |
Current Version | 1.0.4 |
Last Updated | 2022-07-12 |
Publish Date | 2017-04-10 |
Rating | 5.00/5 Total 6 Ratings |
Developer | rempl |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Rempl", "version": "1.0.4", "description": "Rempl host for browser's Developer Tools", "manifest_version": 3, "icons": { "16": "img\/icon16x16.png", "32": "img\/icon32x32.png", "48": "img\/icon48x48.png", "128": "img\/icon128x128.png" }, "devtools_page": "index.html", "sandbox": { "pages": [ "sandbox.html" ] }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ " |