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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον nickdeakin83, και η κύρια λειτουργία του είναι "This extension will allow you overlay an image on the screen, such as a page design so you can compare by the pixel.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Design Overlay
Λήψη αρχείων επέκτασης 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!
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
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" ] } |