Chrome-REPL
Chrome REPL
Apa itu Chrome-REPL?
Chrome-REPL adalah ekstensi Chrome yang dikembangkan oleh http://blog.diniscruz.com, dan fitur utamanya adalah "Chrome REPL".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Chrome-REPL
Unduh file ekstensi Chrome-REPL 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
Simple REPL that exposes the chrome extension objects. Great for quickly scripting website's contents or to learn the Chrome extension APIs For more install and usage details see this blog post: http://blog.diniscruz.com/2014/11/chrome-repl-first-o2-platform-chrome.html
Informasi Dasar Ekstensi
Nama | |
ID | ojmdmeehmpkpkkhbifimekflgmnmeihg |
URL Resmi | https://chrome.google.com/webstore/detail/chrome-repl/ojmdmeehmpkpkkhbifimekflgmnmeihg |
Deskripsi | Chrome REPL |
Ukuran File | 2.32 MB |
Jumlah Instalasi | 85 |
Versi Saat Ini | 0.0.9 |
Terakhir Diperbarui | 2014-11-21 |
Tanggal Publikasi | 2014-11-21 |
Penilaian | 3.00/5 Total 2 Penilaian |
Pengembang | http://blog.diniscruz.com |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/o2platform/chrome-repl |
URL Halaman Bantuan | https://github.com/o2platform/chrome-repl/issues |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chrome-REPL", "version": "0.0.9", "manifest_version": 2, "description": "Chrome REPL", "icons": { "16": "images\/exec.png", "128": "images\/exec.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/helpers\/storage.helper.js", "scripts\/background.js" ] }, "browser_action": { "default_icon": { "19": "images\/exec.png", "38": "images\/exec.png" }, "default_title": "Chrome REPL", "default_popup": "options.html" }, "devtools_page": "devtools.html", "options_page": "options.html", "omnibox": { "keyword": "Chrome REPL" }, "permissions": [ "tabs", "notifications", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |