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.…
Qu'est-ce que source-editor ?
source-editor est une extension Chrome développée par kyo_ago, et sa fonction principale est "Add editor to a source view. Modify code to run on the original page. Using the ACE Editor. Try this one. 1. Modify code.…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension source-editor
Téléchargez les fichiers d'extension source-editor au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | gfijhpfpapngnbgbaohekogcoohopcbn |
URL Officiel | https://chrome.google.com/webstore/detail/source-editor/gfijhpfpapngnbgbaohekogcoohopcbn |
Description | Add editor to a source view. Modify code to run on the original page. Using the ACE Editor. Try this one. 1. Modify code.… |
Taille du Fichier | 453 KB |
Nombre d'Installations | 821 |
Version Actuelle | 0.7 |
Dernière Mise à Jour | 2013-07-21 |
Date de Publication | 2013-07-21 |
Évaluation | 2.50/5 Total 8 Évaluations |
Développeur | kyo_ago |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } |