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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension will allow you overlay an image on the screen, such as a page design so you can compare by the pixel."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Design Overlay एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } |