Code Grabber
Grabs the JavaScript code containing 'console.log'
Vad är Code Grabber?
Code Grabber är en Chrome-tillägg utvecklad av Dzmitry Alifer, och dess huvudfunktion är "Grabs the JavaScript code containing 'console.log'".
Tilläggsskärmbilder
Ladda ner Code Grabber-förlängningens CRX-fil
Ladda ner Code Grabber-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
"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.
Grundläggande Information om Tillägg
Namn | Code Grabber |
ID | oknlpejicdfeafhemgeboejbncmdbpcl |
Officiell webbadress | https://chromewebstore.google.com/detail/code-grabber/oknlpejicdfeafhemgeboejbncmdbpcl |
Beskrivning | Grabs the JavaScript code containing 'console.log' |
Filstorlek | 13.43 KB |
Antal Installationer | 181 |
Aktuell Version | 0.3.0 |
Senast Uppdaterad | 2022-12-11 |
Publiceringsdatum | 2022-11-14 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | Dzmitry Alifer |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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": [ " |