Javascript Console Editor
Lets you test Javascript against a web page.
Co to jest Javascript Console Editor?
Javascript Console Editor to rozszerzenie Chrome opracowane przez ray.noppe, a jego główną funkcją jest „Lets you test Javascript against a web page.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Javascript Console Editor
Pobierz pliki rozszerzeń Javascript Console Editor w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
A simple plugin that lets you run javascript against any page. Great for if you are testing functions or need to test selectors for tools like puppeteer, playwright or selenium. Once installed it adds an extra tab to the developer window that opens a code editor where you can type in js and see the result in the console.
Podstawowe informacje o rozszerzeniu
Nazwa | Javascript Console Editor |
ID | ddmppghpeomnafjoenneolpbpfafkpeg |
Oficjalny URL | https://chromewebstore.google.com/detail/javascript-console-editor/ddmppghpeomnafjoenneolpbpfafkpeg |
Opis | Lets you test Javascript against a web page. |
Rozmiar pliku | 178 KB |
Liczba instalacji | 220 |
Aktualna Wersja | 1.0.0.1 |
Ostatnia Aktualizacja | 2022-10-02 |
Data Publikacji | 2022-10-01 |
Ocena | 3.67/5 Łącznie 3 Oceny |
Deweloper | ray.noppe |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Javascript Console Editor", "description": "Lets you test Javascript against a web page.", "version": "1.0.0.1", "manifest_version": 3, "minimum_chrome_version": "88.0", "devtools_page": "devtools.html", "icons": { "16": "js-editor16.png", "32": "js-editor32.png", "48": "js-editor48.png", "128": "js-editor.png" }, "permissions": [ "storage" ] } |