LiveScriptConsole
A LiveScript console within the Chrome Dev Tools. Based on Coffee Console 2.
Apa itu LiveScriptConsole?
LiveScriptConsole adalah ekstensi Chrome yang dikembangkan oleh Stanford HCI Research Group, dan fitur utamanya adalah "A LiveScript console within the Chrome Dev Tools. Based on Coffee Console 2.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi LiveScriptConsole
Unduh file ekstensi LiveScriptConsole 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
A LiveScript console within the Chrome Dev Tools. Open the Developer Tools (Ctrl-Shift-J, or Command-Option-J on Mac) and go to the LiveScriptConsole tab. You can enter LiveScript code, see it compiled to JavaScript, and run it. Source / Report Issues: https://github.com/gkovacs/LiveScriptConsole Based on Coffee Console 2
Informasi Dasar Ekstensi
Nama | LiveScriptConsole |
ID | omnmkagnicpcpefgjdhngmjjoofoknfp |
URL Resmi | https://chromewebstore.google.com/detail/livescriptconsole/omnmkagnicpcpefgjdhngmjjoofoknfp |
Deskripsi | A LiveScript console within the Chrome Dev Tools. Based on Coffee Console 2. |
Ukuran File | 388 KB |
Jumlah Instalasi | 395 |
Versi Saat Ini | 1.0.2 |
Terakhir Diperbarui | 2021-07-26 |
Tanggal Publikasi | 2017-04-25 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | Stanford HCI Research Group |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://github.com/habitlab/habitlab/wiki/Privacy |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "LiveScriptConsole", "short_name": "lsconsole", "author": "Geza Kovacs", "version": "1.0.2", "description": "A LiveScript console within the Chrome Dev Tools. Based on Coffee Console 2.", "devtools_page": "coffee.html", "icons": { "128": "128.png" }, "minimum_chrome_version": "18", "content_security_policy": "script-src 'self'; object-src 'self'" } |