Recenzje dodatku Measure-it
Measure-it Autor: Trishul
126 recenzji
- Ocena: 4/5Autor: Użytkownik Firefoksa 13963076, 8 lat temuThe 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.
- Ocena: 3/5Autor: Użytkownik Firefoksa 13936729, 8 lat temu
- Ocena: 3/5Autor: Użytkownik Firefoksa 12337675, 8 lat temuDont work in responsive mode. Not draggable.
- Ocena: 5/5Autor: enriqued_93, 8 lat temu
- Ocena: 5/5Autor: Użytkownik Firefoksa 13675692, 8 lat temuУдобно, минималистично.
Не хватает только прилипаниям к краям того или иного элемента при выделении. Или выделения при наведения, как у Файрбага. - Ocena: 5/5Autor: Użytkownik Firefoksa 13662945, 8 lat temu
- Ocena: 5/5Autor: Użytkownik Firefoksa 13564102, 9 lat temuGreat and simple Tool for Web Developers. I need it often to perfectly size Frontend Elements of my web pages. Thanks for this.
- Ocena: 5/5Autor: Użytkownik Firefoksa 13539429, 9 lat temuI used this handy extension quite a bit years ago and reinstalled today. I still love it.
- Ocena: 4/5Autor: Николай Егоров , 9 lat temuSimple 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.
- Ocena: 5/5Autor: mheder, 9 lat temuDoesn'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.Odpowiedź autora
Data: 9 lat temuThanks a lot for taking a step farther :) , I am still struggling to get this enabled on addons.mozilla.org (ironically) - Ocena: 5/5Autor: dragram, 9 lat temuAll good, but I recommend you increase z-index. Some blocks (for example with z-index: 9999) located higher your add-on
Odpowiedź autora
Data: 9 lat temuYes you are right, I was being optimistic with z-index. But now I need to change that :) - Ocena: 3/5Autor: photografx, 9 lat temuHi & 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!Odpowiedź autora
Data: 9 lat temuThanks for input,
And yes, I am on it, trying to make it draggable (not resizable yet but in pipeline).
:) - Ocena: 5/5Autor: Użytkownik Firefoksa 12177375, 9 lat temuI installed it, click on the button on bar but nothing happened...
edit: ehm.. I'm so embarrassed, sorry! Now it work!Odpowiedź autora
Data: 9 lat temuHi 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/ - Ocena: 4/5Autor: Użytkownik Firefoksa 13358039, 9 lat temuI 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.)
Odpowiedź autora
Data: 9 lat temuI 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. - Ocena: 4/5Autor: Użytkownik Firefoksa 13352008, 9 lat temuWhy 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.Odpowiedź autora
Data: 9 lat temuHi 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 :)