Chrome-REPL
Chrome REPL
Wat is Chrome-REPL?
Chrome-REPL is een Chrome-extensie ontwikkeld door http://blog.diniscruz.com, en de belangrijkste functie is "Chrome REPL".
Extensie Screenshots
Download het CRX-bestand van de extensie Chrome-REPL
Download Chrome-REPL-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | ojmdmeehmpkpkkhbifimekflgmnmeihg |
Officiële URL | https://chrome.google.com/webstore/detail/chrome-repl/ojmdmeehmpkpkkhbifimekflgmnmeihg |
Beschrijving | Chrome REPL |
Bestandsgrootte | 2.32 MB |
Aantal Installaties | 85 |
Huidige Versie | 0.0.9 |
Laatst Bijgewerkt | 2014-11-21 |
Publicatiedatum | 2014-11-21 |
Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | http://blog.diniscruz.com |
Betalingswijze | free |
Extensiewebsite | https://github.com/o2platform/chrome-repl |
Help Pagina-URL | https://github.com/o2platform/chrome-repl/issues |
Ondersteunde Talen | 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'" } |