WicketSource

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

WicketSource란 무엇입니까?

WicketSource은(는) https://www.github.com/jennybrown8/wicket-source/wiki에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds a Developer Tools sidebar with Wicket source code location for the selected DOM element."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

WicketSource 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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\/*"
    ]
}