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.…
source-editorとは何ですか?
source-editorはkyo_agoによって開発されたChromeの拡張機能で、その主な機能は「Add editor to a source view. Modify code to run on the original page. Using the ACE Editor. Try this one. 1. Modify code.…」です。
拡張機能のスクリーンショット
source-editor拡張機能のCRXファイルをダウンロード
source-editor拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
拡張機能の基本情報
名前 | |
ID | gfijhpfpapngnbgbaohekogcoohopcbn |
公式URL | https://chrome.google.com/webstore/detail/source-editor/gfijhpfpapngnbgbaohekogcoohopcbn |
説明 | Add editor to a source view. Modify code to run on the original page. Using the ACE Editor. Try this one. 1. Modify code.… |
ファイルサイズ | 453 KB |
インストール数 | 821 |
現在のバージョン | 0.7 |
最終更新日 | 2013-07-21 |
公開日 | 2013-07-21 |
評価 | 2.50/5 合計 8 レビュー |
開発者 | kyo_ago |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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" } |