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
Eメール [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"
    }
}