Recensioni per Measure-it
Measure-it di Trishul
122 recensioni
- Valutata 5 su 5di enriqued_93, 7 anni fa
- Valutata 5 su 5di Utente Firefox 13675692, 7 anni faУдобно, минималистично.
Не хватает только прилипаниям к краям того или иного элемента при выделении. Или выделения при наведения, как у Файрбага. - Valutata 5 su 5di Utente Firefox 13662945, 7 anni fa
- Valutata 5 su 5di Utente Firefox 13564102, 7 anni faGreat and simple Tool for Web Developers. I need it often to perfectly size Frontend Elements of my web pages. Thanks for this.
- Valutata 5 su 5di Utente Firefox 13539429, 7 anni faI used this handy extension quite a bit years ago and reinstalled today. I still love it.
- Valutata 4 su 5di Николай Егоров , 7 anni faSimple 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.
- Valutata 5 su 5di mheder, 7 anni faDoesn'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.Replica dello sviluppatore
pubblicato il 7 anni faThanks a lot for taking a step farther :) , I am still struggling to get this enabled on addons.mozilla.org (ironically) - Valutata 3 su 5di photografx, 7 anni faHi & 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!Replica dello sviluppatore
pubblicato il 7 anni faThanks for input,
And yes, I am on it, trying to make it draggable (not resizable yet but in pipeline).
:) - Valutata 5 su 5di Utente Firefox 12177375, 7 anni faI installed it, click on the button on bar but nothing happened...
edit: ehm.. I'm so embarrassed, sorry! Now it work!Replica dello sviluppatore
pubblicato il 7 anni faHi 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/ - Valutata 4 su 5di Utente Firefox 13358039, 7 anni faI 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.)
Replica dello sviluppatore
pubblicato il 7 anni faI 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. - Valutata 4 su 5di Utente Firefox 13352008, 7 anni faWhy 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.Replica dello sviluppatore
pubblicato il 7 anni faHi 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 :)