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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add editor to a source view. Modify code to run on the original page. Using the ACE Editor. Try this one. 1. Modify code.…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में source-editor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
ईमेल | [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" } |