source-editor
Add editor to a source view. Modify code to run on the original page. Using the ACE Editor. Try this one. 1. Modify code.…
Was ist source-editor?
source-editor ist eine Chrome-Erweiterung, die von kyo_ago entwickelt wurde, und ihr Hauptmerkmal ist "Add editor to a source view. Modify code to run on the original page. Using the ACE Editor. Try this one. 1. Modify code.…".
Erweiterungsscreenshots
source-editor-Erweiterungs-CRX-Datei herunterladen
Laden Sie source-editor-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Add editor to a source view. Modify code to run on the original page. Using the ACE Editor. Try this one. 1. Modify code. http://jsrun.it/kyo_ago/hyZJ/js?test.js 2. Open original page. http://jsrun.it/kyo_ago/hyZJ
Grundlegende Informationen zur Erweiterung
Name | |
ID | gfijhpfpapngnbgbaohekogcoohopcbn |
Offizielle URL | https://chrome.google.com/webstore/detail/source-editor/gfijhpfpapngnbgbaohekogcoohopcbn |
Beschreibung | Add editor to a source view. Modify code to run on the original page. Using the ACE Editor. Try this one. 1. Modify code.… |
Dateigröße | 453 KB |
Installationsanzahl | 821 |
Aktuelle Version | 0.7 |
Letztes Update | 2013-07-21 |
Veröffentlichungsdatum | 2013-07-21 |
Bewertung | 2.50/5 Insgesamt 8 Bewertungen |
Entwickler | kyo_ago |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "browser_action": { "default_icon": { "19": "\/img\/logo.png", "38": "\/img\/logo.png" }, "default_popup": "\/html\/popup.html", "default_title": "source-editor" }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "\/lib\/jsdeferred.js", "\/src\/background.js" ] }, "name": "source-editor", "permissions": [ "tabs", "storage", "webRequest", "webRequestBlocking", "http:\/\/*\/*.js", "https:\/\/*\/*.js", "http:\/\/*\/*.css", "https:\/\/*\/*.css" ], "icons": { "128": "\/img\/logo.png", "16": "\/img\/logo.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*.js", "https:\/\/*\/*.js", "http:\/\/*\/*.css", "https:\/\/*\/*.css" ], "js": [ "\/lib\/ace.js", "\/lib\/ace\/ext-searchbox.js", "\/lib\/ace\/keybinding-emacs.js", "\/lib\/ace\/keybinding-vim.js", "\/lib\/ace\/mode-javascript.js", "\/lib\/ace\/mode-css.js", "\/lib\/ace\/theme-chrome.js", "\/lib\/jsdeferred.js", "\/src\/content_scripts\/editor.js", "\/src\/content_scripts.js" ] } ], "manifest_version": 2, "version": "0.7" } |