HTML DOM Navigation

HTML DOM Navigation lets you view the node tree in a simple and easy way. IRB would be really useful for Watir automation.

HTML DOM Navigation란 무엇입니까?

HTML DOM Navigation은(는) hkokila에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "HTML DOM Navigation lets you view the node tree in a simple and easy way. IRB would be really useful for Watir automation."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

HTML DOM Navigation 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        I have developed this extension mainly for fetching the DOM quickly since it might take some time in the Watir automation. 

-Click on the ‘HTML DOM Navigation’ icon at the right top of the page once the webpage loads completely
-Hover the mouse over any element in the page to view the IRB format and the top five ancestors of an element
-Right click on the page and select the ‘HTML DOM Navigation -> Tree Format’ option in the Context-Menu to view the tree format (of an entire body tag)
-To disable, click on the icon again

**You can copy the content using ‘ctrl+c’
**You can scroll the content using up-arrow and down-arrow 
Note: If the copy/scroll doesn’t work, click anywhere on the page to focus on it and try again

Privacy: This tool doesn’t store any of your data                    

확장 프로그램 기본 정보

이름 HTML DOM Navigation HTML DOM Navigation
ID eimpgjcahblfpdgiknmbmglcafegimil
공식 URL https://chromewebstore.google.com/detail/html-dom-navigation/eimpgjcahblfpdgiknmbmglcafegimil
설명 HTML DOM Navigation lets you view the node tree in a simple and easy way. IRB would be really useful for Watir automation.
파일 크기 13.89 KB
설치 횟수 3,772
현재 버전 1.0
최근 업데이트 2016-10-24
출시 날짜 2016-10-24
평점 4.72/5 총 18 개의 평점
개발자 hkokila
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HTML DOM Navigation",
    "manifest_version": 2,
    "version": "1.0",
    "description": "HTML DOM Navigation lets you view the node tree in a simple and easy way. IRB would be really useful for Watir automation.",
    "background": {
        "page": "background.html"
    },
    "icons": {
        "128": "img\/icon.png"
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_title": "HTML DOM Navigation"
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ]
}