Beoardielingen foar Measure-it
Measure-it troch Trishul
126 beoardielingen
- Wurdearring: 4 fan 5troch Firefox-brûker 13963076, 8 jierren lynThe extension is pretty handy and has helped me even with static UI images. It would be helpful to be able to resize the dimensions after the mouse drops though.
- Wurdearring: 3 fan 5troch Firefox-brûker 13936729, 8 jierren lyn
- Wurdearring: 3 fan 5troch Firefox-brûker 12337675, 8 jierren lynDont work in responsive mode. Not draggable.
- Wurdearring: 5 fan 5troch enriqued_93, 8 jierren lyn
- Wurdearring: 5 fan 5troch Firefox-brûker 13675692, 8 jierren lynУдобно, минималистично.
Не хватает только прилипаниям к краям того или иного элемента при выделении. Или выделения при наведения, как у Файрбага. - Wurdearring: 5 fan 5troch Firefox-brûker 13662945, 8 jierren lyn
- Wurdearring: 5 fan 5troch Firefox-brûker 13564102, 8 jierren lynGreat and simple Tool for Web Developers. I need it often to perfectly size Frontend Elements of my web pages. Thanks for this.
- Wurdearring: 5 fan 5troch Firefox-brûker 13539429, 8 jierren lynI used this handy extension quite a bit years ago and reinstalled today. I still love it.
- Wurdearring: 4 fan 5troch Николай Егоров , 8 jierren lynSimple and useful extension, but it is not enough drawing functions area by clicking on the page element. Stretch accurately is difficult, and requires more time than a click.
- Wurdearring: 5 fan 5troch mheder, 8 jierren lynDoesn't work. Installed, granted permissions, clicking the icon in the toolbar does nothing.
EDIT: read other reviews, realised I was doing the same thing, tried it in another tab, works as expected.Antwurd ûntwikkeler
8 jierren lyn pleatstThanks a lot for taking a step farther :) , I am still struggling to get this enabled on addons.mozilla.org (ironically) - Wurdearring: 5 fan 5troch dragram, 8 jierren lynAll good, but I recommend you increase z-index. Some blocks (for example with z-index: 9999) located higher your add-on
Antwurd ûntwikkeler
8 jierren lyn pleatstYes you are right, I was being optimistic with z-index. But now I need to change that :) - Wurdearring: 3 fan 5troch photografx, 8 jierren lynHi & thanxx,
for trying to make measure-it great again!
but for now ... it does nothing more or better than the already built in tool in the developer panel ?!
If you could make it:
> drag-able
> resize-able
> maybe guides
You will find a lot of fans ... inclunding myself!
cheers and keep it on!Antwurd ûntwikkeler
8 jierren lyn pleatstThanks for input,
And yes, I am on it, trying to make it draggable (not resizable yet but in pipeline).
:) - Wurdearring: 5 fan 5troch Firefox-brûker 12177375, 8 jierren lynI installed it, click on the button on bar but nothing happened...
edit: ehm.. I'm so embarrassed, sorry! Now it work!Antwurd ûntwikkeler
8 jierren lyn pleatstHi there,
You may have tried this addon on addons.mozilla.org itself.
Please try this addon on other websites. And feel free to raise issues at http://github.com/tsl143/jsDemos/ - Wurdearring: 4 fan 5troch Firefox-brûker 13358039, 8 jierren lynI downloaded this new version, compatible with FF57, but the icon that appears in the toolbar is GI-NORMOUS. I loved the old version and suspect I'll love this one. But please fix it, or give me some idea of what I may be doing wrong (if that's the case). (I'm using FF56 with Mac OS 10.11.6.)
Antwurd ûntwikkeler
8 jierren lyn pleatstI am not sure if I understood the request. All this addon do is, when you click toolbar button this create an overlay on screen and lets you to drag and select and area which gets the size of selected area in pixels. - Wurdearring: 5 fan 5troch fayetandog, 8 jierren lynIt does what is says - measure pixels hassle free :)
- Wurdearring: 4 fan 5troch Firefox-brûker 13352008, 8 jierren lynWhy does a ruler need to "Access your data for all websites"?
I didn't install it so I just gave it a 2 to be fair but wanted to add this as a warning to other users.
UPDATE: Thanks for the reply and thanks for modifying the plugin to address the issue. I've changed my rating but I'll leave the initial review above so others can have context for your reply and also see how quickly your addressed the issue.Antwurd ûntwikkeler
8 jierren lyn pleatstHi there,
This addon uses content-script API from webextensions API suite, which requires the aforesaid permissions. And this doesnt send or store any of your data, here is the code for this addon
https://github.com/tsl143/jsDemos/tree/master/measureIt_webext
I actually second your thought and even I find that permission intimidating, I have mailed Firefox team for same, hopefully we get a better solution.
Thanks again for input :)
UPDATE-
updated addon with different approach and without requiring website-data permissions :)