5점중 5점 받음

good

5점중 4점 받음

Can you please add support for Browser-Toolbox? e.g. if the Browser-Toolbox is opened, navigate it to the selected element? We can inspect the browser's Chrome with Browser-Toolbox but the layout is horrible compared to DOM Inspector, so much so that I need Element Inspector to find stuff. A WebExtension version would also be nice.

5점중 5점 받음

Hi

5점중 5점 받음

Shift + right-click any element to inspect it directly is very convient. After a Firefox update two weeks ago the addon stopped working and I was forced to do the extra steps otherwise needed again. I felt so stupid and limited in my workflow. Very happy to have the addon working again! :-)

5점중 5점 받음

It's just around the corner.

5점중 5점 받음

单进程 内置Dev tools
版本0.1.2可以用了 谢谢

이 검토는 현재 부가 기능의 이전 (0.1.1) 버전에 대한 것입니다. 

开启了多进程没?还有是使用 DOM Inspector 还是 Firefox 内置的 Dev tools 来查看的?

目前 DOM Inspector 还不支持多进程的 Firefox。现在我提交了一个新版本,该版本可以支持多进程下内置的 Devtools(但只支持查看页面的元素)

5점중 2점 받음

Doesn't do anything for webpage content.

이 검토는 현재 부가 기능의 이전 (0.1.1) 버전에 대한 것입니다.  전에 이 사용자는 이 부가 기능에 1개 검토를 했습니다.

5점중 5점 받음

This seems like such a simple add-on, but it's a huge time-saver that makes checking elements so much more efficient and convenient.

Once you start using this, it's unthinkable to go back to the old way.

이 검토는 현재 부가 기능의 이전 (0.1.1) 버전에 대한 것입니다. 

5점중 5점 받음

good

이 검토는 현재 부가 기능의 이전 (0.1.0) 버전에 대한 것입니다. 

5점중 5점 받음

this extension is great, support e10s pls

이 검토는 현재 부가 기능의 이전 (0.0.7) 버전에 대한 것입니다.  전에 이 사용자는 이 부가 기능에 1개 검토를 했습니다.

5점중 5점 받음

Opens every element, even popup elements in XUL windows. No need to search for hidden ones in DOM inspector, trigger the pane, the popup...and inspect. Leave the pain behind.

이 검토는 현재 부가 기능의 이전 (0.0.7) 버전에 대한 것입니다. 

5점중 5점 받음

Absolutely simple and absolutely useful!

You can even shift-click on DOM elements outside of the web page that are part of the Firefox user interface! Fantastic!

이 검토는 현재 부가 기능의 이전 (0.0.6.1-signed) 버전에 대한 것입니다. 

5점중 4점 받음

Useful, but is there a way to make it so it doesn't open a new window each time?

이 검토는 현재 부가 기능의 이전 (0.0.6.1-signed) 버전에 대한 것입니다. 

5점중 5점 받음

Great add-on, it's helped me plenty ever since I found it. However, can you update this to inspect Firefox's XUL in the native Dev Tools instead of in the DOM inspector add-on. I personally don't like the DOM Inspector add-on, it feels clunky and not as intuitive as the native DOM inspector.

이 검토는 현재 부가 기능의 이전 (0.0.6.1-signed) 버전에 대한 것입니다. 

5점중 3점 받음

Very useful addon but need an option to change modifier key, because Shift-RightClick has a Firefox default function, showing the browser's original context menu (on Google Maps you can confirm this).

이 검토는 현재 부가 기능의 이전 (0.0.6.1-signed) 버전에 대한 것입니다. 

5점중 4점 받음

RT,不支持orBUG?希望加入/修复~~
FF33,pcx编译。

이 검토는 현재 부가 기능의 이전 (0.0.6.1-signed) 버전에 대한 것입니다. 

5점중 5점 받음

makes domi really accssable, i tried domi a couple years ago and found it to abstract to find anything, but element inspector makes it intuitive. Thanks

Btw its also possible to have this open Domi in the sidebar if you install Omni Sidebar and More In Content UI + or a new tab with the latter

이 검토는 현재 부가 기능의 이전 (0.0.6.1-signed) 버전에 대한 것입니다. 

5점중 4점 받음

@BarbieGirl (May 27, 2014) - if you have some basic skill or confidence then switching to ctrl-right-click or other buttons, isn't hard. You need to change one line in each of two files of the extension. Back up your profile first "just in case" though. Quick "Howto", as I don't know your technical level:

1) Expand (unzip) -> modify -> rezip the extension, or set the preference "extensions.alwaysUnpack" to true in "about:config" before installing it. Both of these methods let you work with the extension's actual expanded files.

2) The files you want are "\bootstrap.js" and "\content\overlay.js". Both of these short files have a line that looks like this:
if (!e.shiftKey || e.button != 2) return;
Translation: if the shift key isn't pressed or the right button isn't pressed, ignore it. So you can make your change here. For example:

if (!e.ctrlKey || e.button != 2) return;
(uses ctrl-right-click, tested, works)
if (!e.shiftKey || !e.ctrlKey || e.button != 4)
(uses ctrl-shift middle - or wheel - button, probably works!)

3) Restart Firefox

이 검토는 현재 부가 기능의 이전 (0.0.6.1-signed) 버전에 대한 것입니다.  전에 이 사용자는 이 부가 기능에 1개 검토를 했습니다.

5점중 4점 받음

会被30自带的开发者工具劫持,根本无法使用。希望修复

이 검토는 현재 부가 기능의 이전 (0.0.6.1-signed) 버전에 대한 것입니다. 

5점중 5점 받음

Works great, exactly what I needed.

이 검토는 현재 부가 기능의 이전 (0.0.6.1-signed) 버전에 대한 것입니다.