Rempl
Rempl host for browser's Developer Tools
Apa itu Rempl?
Rempl adalah ekstensi Chrome yang dikembangkan oleh rempl, dan fitur utamanya adalah "Rempl host for browser's Developer Tools".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Rempl
Unduh file ekstensi Rempl dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Rempl – platform for moderated remote access to JavaScript runtime via custom UI. This plugin hosts custom UI in Developer Tools. https://github.com/rempl
Informasi Dasar Ekstensi
Nama | Rempl |
ID | hcikjlholajopgbgfmmlbmifdfbkijdj |
URL Resmi | https://chromewebstore.google.com/detail/rempl/hcikjlholajopgbgfmmlbmifdfbkijdj |
Deskripsi | Rempl host for browser's Developer Tools |
Ukuran File | 21.87 KB |
Jumlah Instalasi | 1,104 |
Versi Saat Ini | 1.0.4 |
Terakhir Diperbarui | 2022-07-12 |
Tanggal Publikasi | 2017-04-10 |
Penilaian | 5.00/5 Total 6 Penilaian |
Pengembang | rempl |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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": [ " |