Code Grabber
Grabs the JavaScript code containing 'console.log'
Apa itu Code Grabber?
Code Grabber adalah ekstensi Chrome yang dikembangkan oleh Dzmitry Alifer, dan fitur utamanya adalah "Grabs the JavaScript code containing 'console.log'".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Code Grabber
Unduh file ekstensi Code Grabber 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
"JS Code Grabber" extension allows software developers quickly (in a single-click, without manual code selection) extract a code snippet from the visible area (viewport) of the browser without the necessity of selecting the code area. The code snippet should contain 'console.log'. It might be especially helpful during interviews when you are not allowed to copy-paste-execute the suggested code snippet.
Informasi Dasar Ekstensi
Nama | Code Grabber |
ID | oknlpejicdfeafhemgeboejbncmdbpcl |
URL Resmi | https://chromewebstore.google.com/detail/code-grabber/oknlpejicdfeafhemgeboejbncmdbpcl |
Deskripsi | Grabs the JavaScript code containing 'console.log' |
Ukuran File | 13.43 KB |
Jumlah Instalasi | 181 |
Versi Saat Ini | 0.3.0 |
Terakhir Diperbarui | 2022-12-11 |
Tanggal Publikasi | 2022-11-14 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Dzmitry Alifer |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Code Grabber", "description": "Grabs the JavaScript code containing 'console.log'", "version": "0.3.0", "content_scripts": [ { "matches": [ " |