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.

Qu'est-ce que Design Overlay ?

Design Overlay est une extension Chrome développée par nickdeakin83, et sa fonction principale est "This extension will allow you overlay an image on the screen, such as a page design so you can compare by the pixel.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Design Overlay

Téléchargez les fichiers d'extension Design Overlay au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Design Overlay Design Overlay
ID mdkocgkfcdilceogdfekcacmpjpopdma
URL Officiel https://chrome.google.com/webstore/detail/design-overlay/mdkocgkfcdilceogdfekcacmpjpopdma
Description This extension will allow you overlay an image on the screen, such as a page design so you can compare by the pixel.
Taille du Fichier 17.41 KB
Nombre d'Installations 36
Version Actuelle 0.0.0.3
Dernière Mise à Jour 2021-02-04
Date de Publication 2021-01-28
Évaluation 5.00/5 Total 1 Évaluations
Développeur nickdeakin83
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}