Pixel Perfect

Make your CSS looks exactly to your design with a image comparasion

什么是Pixel Perfect?

Pixel Perfect是由hugowebfr开发的Chrome扩展程序,该扩展的主要功能是“Make your CSS looks exactly to your design with a image comparasion”。

扩展截图

screenshot

下载Pixel Perfect扩展crx文件

下载Pixel Perfect扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Pixel Perfect allow you to compare in real time your design in JPG / PNG with your current integration to fix your CSS.
The must have extensions for web integration and front-end developper
Pixel perfect is an extension for Chrome (maybe firefox in the future)
This extension open a window with a dropzone, then you drag and drop your design and go for Preview
It will open a slider on the current tab to compare the design or mockup to the actual integration                    

扩展基本信息

名称 Pixel Perfect Pixel Perfect
ID llpcibpmbpghnfdfggnnpdfapijaakln
官方URL https://chromewebstore.google.com/detail/pixel-perfect/llpcibpmbpghnfdfggnnpdfapijaakln
简介 Make your CSS looks exactly to your design with a image comparasion
文件大小 27.69 KB
安装次数 100
当前版本 1.5
更新时间 2022-06-03
上架时间 2021-07-22
评分 1.00/5 共1次评分
开发者 hugowebfr
电子邮箱 [email protected]
付费类型 free
帮助页面URL https://hugo-web.fr
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pixel Perfect",
    "description": "Make your CSS looks exactly to your design with a image comparasion",
    "version": "1.5",
    "manifest_version": 2,
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/logo16.png",
            "32": "\/images\/logo32.png",
            "48": "\/images\/logo48.png",
            "128": "\/images\/logo128.png"
        }
    },
    "web_accessible_resources": [
        "popup.html"
    ],
    "icons": {
        "16": "\/images\/logo16.png",
        "32": "\/images\/logo32.png",
        "48": "\/images\/logo48.png",
        "128": "\/images\/logo128.png"
    }
}