Rempl
Rempl host for browser's Developer Tools
Wat is Rempl?
Rempl is een Chrome-extensie ontwikkeld door rempl, en de belangrijkste functie is "Rempl host for browser's Developer Tools".
Extensie Screenshots
Download het CRX-bestand van de extensie Rempl
Download Rempl-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
Rempl – platform for moderated remote access to JavaScript runtime via custom UI. This plugin hosts custom UI in Developer Tools. https://github.com/rempl
Basisinformatie over de Extensie
Naam | Rempl |
ID | hcikjlholajopgbgfmmlbmifdfbkijdj |
Officiële URL | https://chromewebstore.google.com/detail/rempl/hcikjlholajopgbgfmmlbmifdfbkijdj |
Beschrijving | Rempl host for browser's Developer Tools |
Bestandsgrootte | 21.87 KB |
Aantal Installaties | 1,104 |
Huidige Versie | 1.0.4 |
Laatst Bijgewerkt | 2022-07-12 |
Publicatiedatum | 2017-04-10 |
Beoordeling | 5.00/5 Totaal 6 Beoordelingen |
Ontwikkelaar | rempl |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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": [ " |