Pixel Perfect(Firebug 插件)替代品

发布于 2024-12-04 07:13:17 字数 419 浏览 1 评论 0原文

我已经使用像素完美很长一段时间了,并逐渐爱上它(尽管它很烦恼)。现在,当 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(6

许久 2024-12-11 07:13:17

我作为开发人员已经工作了 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/

习惯成性 2024-12-11 07:13:17

我还没有设法在任何最新 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/.

悲歌长辞 2024-12-11 07:13:17

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

单身情人 2024-12-11 07:13:17

到目前为止,使用“兼容性报告器”似乎对我有用。我认识到的唯一问题是需要重新加载页面,才能在像素完美列表中查看最近添加的叠加层。

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.

再可℃爱ぅ一点好了 2024-12-11 07:13:17

只需将install.rfd文件中的第15行更改为

<em:maxVersion>10.0.*</em:maxVersion>

“左侧位置也没有什么问题”。要修复此问题,请将文件panelAction.js第108行更改为

this.setPrefValue("pixelPerfect.lastXPos", this.findPixelPerfectXPos(overlayDivId) + 1);

第355行

xPos += 1;this.updatePanelDisplayOfXAndY(xPos, yPos);

添加新的叠加层后只需刷新页面或重新打开firebug

Just change line 15 in install.rfd file to

<em:maxVersion>10.0.*</em:maxVersion>

Also there are little issue with left position. To fix it change file panelAction.js at line 108 to

this.setPrefValue("pixelPerfect.lastXPos", this.findPixelPerfectXPos(overlayDivId) + 1);

at line 355 to

xPos += 1;this.updatePanelDisplayOfXAndY(xPos, yPos);

After adding new overlay just refresh page or reopen firebug

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文