CoffeeScript Compiler
CoffeeScript Compiler
Apa itu CoffeeScript Compiler?
CoffeeScript Compiler adalah ekstensi Chrome yang dikembangkan oleh jsep, dan fitur utamanya adalah "CoffeeScript Compiler".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi CoffeeScript Compiler
Unduh file ekstensi CoffeeScript Compiler 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
Write and run coffee-script into your devtools
Informasi Dasar Ekstensi
Nama | CoffeeScript Compiler |
ID | pbbghcjlnkncmmloponcmgekabiillha |
URL Resmi | https://chromewebstore.google.com/detail/coffeescript-compiler/pbbghcjlnkncmmloponcmgekabiillha |
Deskripsi | CoffeeScript Compiler |
Ukuran File | 188 KB |
Jumlah Instalasi | 68 |
Versi Saat Ini | 0.1 |
Terakhir Diperbarui | 2014-11-29 |
Tanggal Publikasi | 2014-11-29 |
Penilaian | 5.00/5 Total 6 Penilaian |
Pengembang | jsep |
Tipe Pembayaran | free |
Situs Ekstensi | http://coffeescript.org/ |
URL Halaman Bantuan | https://github.com/jsep/coffescript-extension |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CoffeeScript Compiler", "version": "0.1", "description": "CoffeeScript Compiler", "devtools_page": "coffeescript-panel.html", "icons": { "48": "img\/icon.png" }, "manifest_version": 2, "content_security_policy": "default-src 'self' chrome-extension-resource: ; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-eval'; connect-src *; frame-src *;", "web_accessible_resources": [ "*" ] } |