22 κριτικές
- Βαθμολογία 5 από 5από Isaac Ikenna Magnus, 3 χρόνια πριν
- Βαθμολογία 5 από 5από Χρήστης Firefox 15219108, 6 χρόνια πρινIt works. Was just what I was looking for. Tks Kameron! Only thing is it seems that the Firefox Rulers pixel width measurement is slightly different to Viewport pixel width.
- Βαθμολογία 5 από 5από jorgequan, 6 χρόνια πριν
- Βαθμολογία 1 από 5από Χρήστης Firefox 12896852, 6 χρόνια πρινDoesn't work - can't see the current size of my window anywhere, nor do a I see any way to add it to my toolbar etc.
- Βαθμολογία 1 από 5από Χρήστης Firefox 13495004, 6 χρόνια πρινNo option to change the position of the little popup with the viewport size...
This is a problem when you are developing with WordPress.. - Βαθμολογία 5 από 5από Χρήστης Firefox 14696089, 6 χρόνια πρινThanks for your work! Very helpful addon. But could you please increase a z-index? In WordPress, admin panel has 99999 z-index, and your ruler is not showing there. Thanks!
- Βαθμολογία 5 από 5από akmuraro, 7 χρόνια πρινDoes what it says. I prefer it to the default rulers because it doesn't cover as much of the viewport
- Βαθμολογία 1 από 5από PsY, 7 χρόνια πρινNot working in latest dev edition! And btw: why only show it on resize and not just always???
- Βαθμολογία 1 από 5από Adam, 7 χρόνια πρινDoesn't do anything, not showing size or anything at all. This garbage should be removed from Add-ons
- Βαθμολογία 2 από 5από MrT, 7 χρόνια πρινThe overlay (top right on viewport size change) shows and fades too quickly. Also it only works on the first tab when you have multiple tabs open and also the little overlay box prevents clicking on any content beneath it (even when not showing) it needs "pointer-events: none;" on the box .
It could be useful if these things were tidied up. - Βαθμολογία 1 από 5από Χρήστης Firefox 6125715, 7 χρόνια πρινWHERE does show this Add-on the current view port size?
- Βαθμολογία 5 από 5από Χρήστης Firefox 13723601, 8 χρόνια πριν
- Βαθμολογία 4 από 5από Χρήστης Firefox 13706069, 8 χρόνια πρινI use this and think it works well. I find I must disable it when I want to interact with content on certain pages. Even though the add-on is not active (I'm not resizing the window), it seems the overlay element gets loaded and I either have to manually display:none the invisible element or disable to add-on.
- Βαθμολογία 3 από 5από nobody_special, 8 χρόνια πρινYou have to be very quick to catch the displayed viewport size before it disappears.
Is there any way to lengthen the time that the size display is visible, or maybe have a special key sequence to reactivate and redisplay the viewport size without having to resize the browser again? - Βαθμολογία 2 από 5από lee26, 8 χρόνια πρινThis addon has 2 major problems. The first is the width does not match the CSS viewport width or javascript window.innerwidth because it doesn't take into account the width of the scrollbar. The second is like others have said it disappears too quickly once you finish resizing the browser. It would be better if it remained for 5 seconds or so after resizing finishes.
Hopefully these issues will be fixed in later updates, but for now I'll keep using this bookmarklet.
https://seesparkbox.com/foundry/media_query_bookmarklet
And also this one which is another bookmarklet and does everything I wanted this addon to do.
https://codepen.io/jakob-e/pres/qEZZox - Βαθμολογία 5 από 5από Χρήστης Firefox 13535018, 8 χρόνια πρινAgree with previous comment, the numbers disappear way too fast. But, other than that, works great.
To the fellas saying it doesn't work: go to google.com. Try resizing your browser window, and look in the upper right corner of your viewport. Are you sure nothing happens?
For me, the only site it doesn't work on is this one (addons.mozilla.org). Works fine everywhere else. - Βαθμολογία 1 από 5από Χρήστης Firefox 13503306, 8 χρόνια πρινThis addon is a real joke, nothing happen.
- Βαθμολογία 3 από 5από Kiwi 6469, 8 χρόνια πρινIt works, but the size fades far to quickly to be useful; keep it there for a few seconds.
- Βαθμολογία 1 από 5από Basicsman, 8 χρόνια πρινNothing happens after install (FF57 on Mac), so it doesn't seem to work. A pity, because an add-on like this would be really helpful.
- Βαθμολογία 2 από 5από Jacob, 8 χρόνια πρινThe width this extension reports while resizing is not the same number that media queries are seeing. For instance, when a media query determines the width is 510px for a certain CSS rule, this extension shows 492px, not 510.
I assume this has something to do with the scrollbar, but this should be taken into account so that it matches media queries.