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ファイルをダウンロード

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