CoffeeScript Console 3
A CoffeeScript and LiveScript console within the Chrome Dev Tools. Based on Coffee Console 2.
Apa itu CoffeeScript Console 3?
CoffeeScript Console 3 adalah ekstensi Chrome yang dikembangkan oleh Stanford HCI Research Group, dan fitur utamanya adalah "A CoffeeScript and LiveScript console within the Chrome Dev Tools. Based on Coffee Console 2.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi CoffeeScript Console 3
Unduh file ekstensi CoffeeScript Console 3 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 CoffeeScript and 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/CoffeeScriptConsole Based on LiveScriptConsole and Coffee Console 2
Informasi Dasar Ekstensi
Nama | CoffeeScript Console 3 |
ID | paafmmbmdepbicdheoakjepmcjnclegh |
URL Resmi | https://chromewebstore.google.com/detail/coffeescript-console-3/paafmmbmdepbicdheoakjepmcjnclegh |
Deskripsi | A CoffeeScript and LiveScript console within the Chrome Dev Tools. Based on Coffee Console 2. |
Ukuran File | 438 KB |
Jumlah Instalasi | 178 |
Versi Saat Ini | 1.0.2 |
Terakhir Diperbarui | 2021-07-26 |
Tanggal Publikasi | 2019-03-08 |
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 |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CoffeeScript Console 3", "short_name": "coffeeconsole3", "author": "Geza Kovacs", "version": "1.0.2", "description": "A CoffeeScript and 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'" } |