Pixel Perfect(Firebug 插件)替代品
我已经使用像素完美很长一段时间了,并逐渐爱上它(尽管它很烦恼)。现在,当 pp 不再与 fx 6 兼容时,我正在寻找一个工具来替代它。
我发现了 x-precise 并且距离购买只有一步之遥,但我不太确定就像需要在源页面中包含某些内容一样。
我知道我自己可以做,也许不如 xprecise 或 pp,但我现在没有时间。
我很好奇你用什么?或者你坚持使用旧的效果,只是为了使用 Pixel-prefect?
I've been using pixel perfect for quite a long time, and grown to love it (despite it's annoyances). Now, when pp is no longer compatibile with fx 6, I'm looking for a tool to replace it.
I found x-precise and am one step from buying it, but I don't quite like the necessity to include something in source page.
I know that I can do it myself, maybe not as good as xprecise or pp, but I just don't have time right now.
I'm curious to know what do you use? Or do you stick to old fx, just to use pixel-prefect?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(6)
我作为开发人员已经工作了 3 年,并为像素完美模式创建了自己的脚本。 http://jek-fdrv.16mb.com/pixp/
I have been working for 3 years as a developer and created my own script for pixel perfect mode. http://jek-fdrv.16mb.com/pixp/
在 Chrome 中,尝试 PerfectPixel
https://chrome.google.com/webstore/detail/dkaagdgjmgdmbnecmcefdhjekcoceebi
In Chrome, try PerfectPixel
https://chrome.google.com/webstore/detail/dkaagdgjmgdmbnecmcefdhjekcoceebi
我还没有设法在任何最新 Firefox ..27.xx 版本下的 PixelPerfect 中添加图层 - 复选框已锁定。我尝试了 1.8 之前的 PP 版本,但没有帮助。我试图找到一个合适的替代方案但失败了。最终我只是编写了一个提供类似服务的书签 http://dsheiko.github.io/pixel -完美书签/。
I haven't managed to add a layer in PixelPerfect under any of last Firefox ..27.x.x builds - checkbox is locked. I tried PP versions older than 1.8 it didn't help. I tried to find a decent alternative and failed. Eventually I simply wrote a bookmarklet that provides a similar service http://dsheiko.github.io/pixel-perfect-bookmarklet/.
Pixel Perfect 2 for Firefox 原生开发者工具现已推出:
https://github.com/firebug/pixel-perfect/wiki
Pixel Perfect 2 for Firefox native developer tools is available:
https://github.com/firebug/pixel-perfect/wiki
Honza
到目前为止,使用“兼容性报告器”似乎对我有用。我认识到的唯一问题是需要重新加载页面,才能在像素完美列表中查看最近添加的叠加层。
Using the "Compatibility Reporter" seems to work for me so far. The only issue I recognized is a needed reload of the page, to see recently added overlays in the pixel-perfect list.
只需将install.rfd文件中的第15行更改为
“左侧位置也没有什么问题”。要修复此问题,请将文件panelAction.js的第108行更改为
第355行,
添加新的叠加层后只需刷新页面或重新打开firebug
Just change line 15 in install.rfd file to
Also there are little issue with left position. To fix it change file panelAction.js at line 108 to
at line 355 to
After adding new overlay just refresh page or reopen firebug