Chrome-REPL
Chrome REPL
Cos'è Chrome-REPL?
Chrome-REPL è un'estensione di Chrome sviluppata da http://blog.diniscruz.com, e la sua funzione principale è "Chrome REPL".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Chrome-REPL
Scarica i file di estensione Chrome-REPL in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | ojmdmeehmpkpkkhbifimekflgmnmeihg |
URL Ufficiale | https://chrome.google.com/webstore/detail/chrome-repl/ojmdmeehmpkpkkhbifimekflgmnmeihg |
Descrizione | Chrome REPL |
Dimensione del File | 2.32 MB |
Conteggio Installazioni | 85 |
Versione Corrente | 0.0.9 |
Ultimo Aggiornamento | 2014-11-21 |
Data di Pubblicazione | 2014-11-21 |
Valutazione | 3.00/5 Totale 2 Valutazioni |
Sviluppatore | http://blog.diniscruz.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/o2platform/chrome-repl |
URL della Pagina di Aiuto | https://github.com/o2platform/chrome-repl/issues |
Lingue Supportate | 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'" } |