Measure-it incelemeleri
Measure-it geliştiren: Trishul
126 inceleme
- 5 üzerinden 4 puanyazan: Firefox kullanıcısı 13963076, 8 yıl önceThe 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.
- 5 üzerinden 3 puanyazan: Firefox kullanıcısı 13936729, 8 yıl önce
Geliştiricinin yanıtı
gönderilme: 8 yıl önceBienvenue, hope that's correct translation for 'welcome'.- 5 üzerinden 3 puanyazan: Firefox kullanıcısı 12337675, 8 yıl önceDont work in responsive mode. Not draggable.
- 5 üzerinden 5 puanyazan: enriqued_93, 8 yıl önce
- 5 üzerinden 5 puanyazan: Firefox kullanıcısı 13675692, 8 yıl önceУдобно, минималистично.
Не хватает только прилипаниям к краям того или иного элемента при выделении. Или выделения при наведения, как у Файрбага. - 5 üzerinden 5 puanyazan: Firefox kullanıcısı 13662945, 8 yıl önce
- 5 üzerinden 5 puanyazan: Firefox kullanıcısı 13564102, 8 yıl önceGreat and simple Tool for Web Developers. I need it often to perfectly size Frontend Elements of my web pages. Thanks for this.
- 5 üzerinden 5 puanyazan: Firefox kullanıcısı 13539429, 8 yıl önceI used this handy extension quite a bit years ago and reinstalled today. I still love it.
- 5 üzerinden 4 puanyazan: Николай Егоров , 9 yıl önceSimple 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.
- 5 üzerinden 5 puanyazan: mheder, 9 yıl önceDoesn'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.Geliştiricinin yanıtı
gönderilme: 9 yıl önceThanks a lot for taking a step farther :) , I am still struggling to get this enabled on addons.mozilla.org (ironically) - 5 üzerinden 5 puanyazan: dragram, 9 yıl önceAll good, but I recommend you increase z-index. Some blocks (for example with z-index: 9999) located higher your add-on
Geliştiricinin yanıtı
gönderilme: 9 yıl önceYes you are right, I was being optimistic with z-index. But now I need to change that :) - 5 üzerinden 3 puanyazan: photografx, 9 yıl önceHi & 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!Geliştiricinin yanıtı
gönderilme: 9 yıl önceThanks for input,
And yes, I am on it, trying to make it draggable (not resizable yet but in pipeline).
:) - 5 üzerinden 5 puanyazan: Firefox kullanıcısı 12177375, 9 yıl önceI installed it, click on the button on bar but nothing happened...
edit: ehm.. I'm so embarrassed, sorry! Now it work!Geliştiricinin yanıtı
gönderilme: 9 yıl önceHi 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/ - 5 üzerinden 4 puanyazan: Firefox kullanıcısı 13358039, 9 yıl önceI 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.)
Geliştiricinin yanıtı
gönderilme: 9 yıl önceI 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. - 5 üzerinden 4 puanyazan: Firefox kullanıcısı 13352008, 9 yıl önceWhy 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.Geliştiricinin yanıtı
gönderilme: 9 yıl önceHi 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 :)