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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension helps develop your websites with pixel perfect accuracy!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में PerfectPixel by WellDoneCode (pixel perfect) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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) |
ID | dkaagdgjmgdmbnecmcefdhjekcoceebi |
आधिकारिक URL | 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": [ " |