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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 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 ของส่วนขยาย source-editor
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
| อีเมล | [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"
} | |