Domquest
Conquer the DOM.
什么是Domquest?
Domquest是由nickolasburr开发的Chrome扩展程序,该扩展的主要功能是“Conquer the DOM.”。
扩展截图
下载Domquest扩展crx文件
下载Domquest扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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; 扩展基本信息
| 名称 | |
| 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": [
" | |