WicketSource
Adds a Developer Tools sidebar with Wicket source code location for the selected DOM element.
WicketSourceคืออะไร?
WicketSource เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.github.com/jennybrown8/wicket-source/wiki และคุณลักษณะหลักของมันคือ "Adds a Developer Tools sidebar with Wicket source code location for the selected DOM element."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WicketSource
ดาวน์โหลดไฟล์ส่วนขยาย WicketSource ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Working on someone else's complex Wicket pages can result in a lot of time spent hunting for components in the source. What if you could click on an item in the web page and jump straight to the Java source that created it? The wicket-source module, plus a couple of plugins, lets you do exactly that. The wicket-source module in maven central plugs into your Wicket application. The Chrome extension plugs in to your browser's "inspect element" feature, to display the source code and line number of the element's Wicket component. And Source-Opener plugs into either Eclipse or Intellij. In combination, these three parts provide round-trip quick service to jump between rendered web pages and the code that created them. This plugin is only useful for Wicket applications with the wicket-source module installed and configured. More information is available through the github page: https://github.com/jennybrown8/wicket-source/wiki
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | WicketSource |
ID | ioeogpblhkcbghoggbnofoclgmpcphfl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/wicketsource/ioeogpblhkcbghoggbnofoclgmpcphfl |
คำอธิบาย | Adds a Developer Tools sidebar with Wicket source code location for the selected DOM element. |
ขนาดไฟล์ | 26.68 KB |
จำนวนการติดตั้ง | 221 |
เวอร์ชันปัจจุบัน | 1.2.0 |
อัปเดตครั้งล่าสุด | 2016-08-21 |
วันที่เผยแพร่ | 2016-08-20 |
คะแนน | 4.57/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | https://www.github.com/jennybrown8/wicket-source/wiki |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/jennybrown8/wicket-source/wiki |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WicketSource", "version": "1.2.0", "description": "Adds a Developer Tools sidebar with Wicket source code location for the selected DOM element.", "browser_action": { "default_icon": "icon48.png", "default_popup": "popup.html" }, "devtools_page": "devtools.html", "options_page": "options.html", "icons": { "16": "go_icon.png", "48": "icon48.png", "64": "icon64.png", "128": "icon128.png" }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "http:\/\/localhost\/*" ] } |