Análises para Measure-it
Measure-it por Trishul
121 análises
- Avaliado em 3 de 5por Utilizador do Firefox 12337675, a há 7 anosDont work in responsive mode. Not draggable.
- Avaliado em 5 de 5por enriqued_93, a há 7 anos
- Avaliado em 5 de 5por Utilizador do Firefox 13675692, a há 7 anosУдобно, минималистично.
Не хватает только прилипаниям к краям того или иного элемента при выделении. Или выделения при наведения, как у Файрбага. - Avaliado em 5 de 5por Utilizador do Firefox 13662945, a há 7 anos
- Avaliado em 5 de 5por Utilizador do Firefox 13564102, a há 7 anosGreat and simple Tool for Web Developers. I need it often to perfectly size Frontend Elements of my web pages. Thanks for this.
- Avaliado em 5 de 5por Utilizador do Firefox 13539429, a há 7 anosI used this handy extension quite a bit years ago and reinstalled today. I still love it.
- Avaliado em 4 de 5por Николай Егоров , a há 7 anosSimple 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.
- Avaliado em 5 de 5por mheder, a há 7 anosDoesn'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.Resposta do programador
publicado a há 7 anosThanks a lot for taking a step farther :) , I am still struggling to get this enabled on addons.mozilla.org (ironically) - Avaliado em 3 de 5por photografx, a há 7 anosHi & 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!Resposta do programador
publicado a há 7 anosThanks for input,
And yes, I am on it, trying to make it draggable (not resizable yet but in pipeline).
:) - Avaliado em 5 de 5por Utilizador do Firefox 12177375, a há 7 anosI installed it, click on the button on bar but nothing happened...
edit: ehm.. I'm so embarrassed, sorry! Now it work!Resposta do programador
publicado a há 7 anosHi 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/ - Avaliado em 4 de 5por Utilizador do Firefox 13358039, a há 7 anosI 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.)
Resposta do programador
publicado a há 7 anosI 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. - Avaliado em 4 de 5por Utilizador do Firefox 13352008, a há 7 anosWhy 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.Resposta do programador
publicado a há 7 anosHi 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 :)