PerfectPixel by WellDoneCode (pixel perfect)

This extension helps develop your websites with pixel perfect accuracy!

什麼是PerfectPixel by WellDoneCode (pixel perfect)?

PerfectPixel by WellDoneCode (pixel perfect)是由https://welldonecode.com開發的Chrome擴展程式,該擴展的主要功能是“This extension helps develop your websites with pixel perfect accuracy!”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載PerfectPixel by WellDoneCode (pixel perfect)擴展crx文件

下載PerfectPixel by WellDoneCode (pixel perfect)擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        PerfectPixel allows developers and markup designers put a semi-transparent image overlay over the top of the developed HTML and perform pixel perfect comparison between them.

Features:
* Multiple layers support
* Layer inversion and scaling
* Separate layers for each website
* Layers are saved between browsing sessions
* Minimalistic easy-to-use UI
* Drag-n-drop file upload, paste from url, paste from clipboard support
* Keyboard arrow keys and mousewheel support
* Extension works with file:// scheme (local files)

PerfectPixel PRO features:
* No ads
* Layer rotation
* Appearance customization
* Premium support

Tips:
* Double-click on header to expand/collapse main window
* Use Shift + arrow keys for 10px position change

Changelog: http://www.welldonecode.com/perfectpixel/changesets/
Shortcuts: http://www.welldonecode.com/perfectpixel/shortcuts/

--> Extension is AD supported. Ads are injected into extension panel only, no any injections into websites <--                    

擴展基本資訊

名稱 PerfectPixel by WellDoneCode (pixel perfect) PerfectPixel by WellDoneCode (pixel perfect)
ID dkaagdgjmgdmbnecmcefdhjekcoceebi
官方網址 https://chromewebstore.google.com/detail/perfectpixel-by-welldonec/dkaagdgjmgdmbnecmcefdhjekcoceebi
簡介 This extension helps develop your websites with pixel perfect accuracy!
檔案大小 776 KB
安裝次數 361,969
目前版本 2.1.2.5
更新時間 2023-04-20
上架時間 2020-03-01
評分 4.38/5 共 595 次評分
開發者 https://welldonecode.com
電子郵箱 [email protected]
付費類型 in_app
擴展官網 https://www.welldonecode.com/perfectpixel
說明頁面URL https://www.welldonecode.com/perfectpixel
隱私政策頁面URL https://www.welldonecode.com/privacy
支援的語言 en,ru,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "assets\/images\/icons\/app_icons\/grayscale.png",
        "default_title": "PerfectPixel",
        "default_popup": "popups\/tab-not-allowed.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/*.carbonads.com https:\/\/*.carbonads.net https:\/\/*.buysellads.net https:\/\/*.buysellads.com https:\/\/*.servedby-buysellads.com https:\/\/*.converto.com https:\/\/d1o3lvh59ou5pb.cloudfront.net\/carbon.js https:\/\/cdn.paddle.com\/paddle\/paddle.js https:\/\/checkout.paddle.com\/api\/1.0\/prices; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_extension_description__",
    "icons": {
        "128": "assets\/images\/icons\/128.png",
        "16": "assets\/images\/icons\/16.png",
        "48": "assets\/images\/icons\/48.png"
    },
    "name": "__MSG_extension_name__",
    "manifest_version": 2,
    "optional_permissions": [
        "clipboardRead"
    ],
    "options_page": "settings.html",
    "permissions": [
        "",
        "storage",
        "unlimitedStorage"
    ],
    "short_name": "__MSG_extension_name_short__",
    "version": "2.1.2.5",
    "web_accessible_resources": [
        "assets\/*.*",
        "styles\/*.*",
        "settings.html"
    ]
}