Design Overlay

This extension will allow you overlay an image on the screen, such as a page design so you can compare by the pixel.

什么是Design Overlay?

Design Overlay是由nickdeakin83开发的Chrome扩展程序,该扩展的主要功能是“This extension will allow you overlay an image on the screen, such as a page design so you can compare by the pixel.”。

扩展截图

screenshot
screenshot
screenshot

下载Design Overlay扩展crx文件

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

扩展使用说明

                        Developing a website by eyeballing the page and design?
Tired of screenshotting your page and overlaying it in photoshop to check its pixel perfect?
Pffft!
Just add the png of the site to this extension, and switch it on! The design will be overlayed on your page with half opacity. Now you can be pixel perfect, and your designers wont have to slap you any longer!                    

扩展基本信息

名称 Design Overlay Design Overlay
ID mdkocgkfcdilceogdfekcacmpjpopdma
官方URL https://chrome.google.com/webstore/detail/design-overlay/mdkocgkfcdilceogdfekcacmpjpopdma
简介 This extension will allow you overlay an image on the screen, such as a page design so you can compare by the pixel.
文件大小 17.41 KB
安装次数 36
当前版本 0.0.0.3
更新时间 2021-02-04
上架时间 2021-01-28
评分 5.00/5 共1次评分
开发者 nickdeakin83
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Design Overlay",
    "description": "This extension will allow you overlay an image on the screen, such as a page design so you can compare by the pixel.",
    "version": "0.0.0.3",
    "icons": {
        "16": "\/images\/image_16.png",
        "32": "\/images\/image_32.png",
        "48": "\/images\/image_64.png",
        "128": "\/images\/image_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Right click and select an image in options!"
    },
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "storage"
    ]
}