Domquest
Conquer the DOM.
Domquest란 무엇입니까?
Domquest은(는) nickolasburr에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Conquer the DOM."입니다.
확장 프로그램 스크린샷
Domquest 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Domquest is a Chrome extension that puts important DevTools information in a convenient popup. Features include a waterfall for events and resources, as well as information on notable elements. Domquest is updated on a rolling weekly basis and we continue to add features we think are helpful. If you're experiencing issues or would like to see a feature added, click on Support and visit our Google Group. 2.45 - Several Performance Updates; Added Clear Cache Button; 2.61 - Several redesigns, including a Settings panel; Fixed 'More' button to expand and retract accordingly; Performance Enhancements; 2.92 - Major feature updates, including code snippets and toggle resource information. You can now click on an element name and it will pop out into a new tab and display the element source. On the Resource Waterfall, you can click on a resource name and it will toggle information specific to that resource. 2.95 - Fixed bug where a new tab would return to the wrong tab 2.99 - Fixed more tab-related bugs 3.0.0 - Major performance updates; Solved tab issues; Solved snippet issues;
확장 프로그램 기본 정보
이름 | Domquest |
ID | bakbdejljhcmgljjhcjpnidngfkpfhin |
공식 URL | https://chromewebstore.google.com/detail/domquest/bakbdejljhcmgljjhcjpnidngfkpfhin |
설명 | Conquer the DOM. |
파일 크기 | 32.3 KB |
설치 횟수 | 97 |
현재 버전 | 3.0.2 |
최근 업데이트 | 2017-03-14 |
출시 날짜 | 2017-03-14 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | nickolasburr |
결제 유형 | free |
도움말 페이지 URL | https://groups.google.com/forum/#!forum/domquest |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Domquest", "description": "Conquer the DOM.", "version": "3.0.2", "background": { "scripts": [ "js\/event.js" ], "persistent": false }, "browser_action": { "default_icon": "img\/layers-icon.png", "default_popup": "dashboard.html" }, "content_scripts": [ { "js": [ "js\/content.js" ], "matches": [ " |