WicketSource

Adds a Developer Tools sidebar with Wicket source code location for the selected DOM element.

WicketSource là gì?

WicketSource là một tiện ích mở rộng Chrome được phát triển bởi https://www.github.com/jennybrown8/wicket-source/wiki, và tính năng chính của nó là "Adds a Developer Tools sidebar with Wicket source code location for the selected DOM element.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng WicketSource

Tải xuống các tệp mở rộng WicketSource dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên WicketSource WicketSource
ID ioeogpblhkcbghoggbnofoclgmpcphfl
URL Chính Thức https://chromewebstore.google.com/detail/wicketsource/ioeogpblhkcbghoggbnofoclgmpcphfl
Mô tả Adds a Developer Tools sidebar with Wicket source code location for the selected DOM element.
Kích Thước Tệp 26.68 KB
Số Lần Cài Đặt 221
Phiên Bản Hiện Tại 1.2.0
Cập Nhật Lần Cuối 2016-08-21
Ngày Phát Hành 2016-08-20
Đánh Giá 4.57/5 Tổng số 7 Đánh Giá
Nhà Phát Triển https://www.github.com/jennybrown8/wicket-source/wiki
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/jennybrown8/wicket-source/wiki
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}