Retina Check Extension
Is your website retina-ready? Visualise aspect ratios for all images and backgrounds on the page
Retina Check Extension क्या है?
Retina Check Extension https://www.retinaextension.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Is your website retina-ready? Visualise aspect ratios for all images and backgrounds on the page"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Retina Check Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Is your website retina-friendly? Do a quick check. Visualise the actual pixel density for all images on the webpage. A great developer tool for perfectionists. - Test your site for Retina support - See on-page what images can be smaller or should be bigger - Optimise images - Visualise the statistics - Get a comprehensive report
एक्सटेंशन की मूल जानकारी
नाम | Retina Check Extension |
ID | olgcoeajbmggbinanooheaialmihaaof |
आधिकारिक URL | https://chromewebstore.google.com/detail/retina-check-extension/olgcoeajbmggbinanooheaialmihaaof |
विवरण | Is your website retina-ready? Visualise aspect ratios for all images and backgrounds on the page |
फ़ाइल का आकार | 874 KB |
स्थापना संख्या | 1,305 |
वर्तमान संस्करण | 0.2.9 |
अंतिम अपडेट | 2017-11-30 |
प्रकाशन तिथि | 2017-11-30 |
रेटिंग | 4.00/5 कुल 3 रेटिंग्स |
डेवलपर | https://www.retinaextension.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | http://sliday.com/privacy-policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Retina Check Extension", "short_name": "Retina", "version": "0.2.9", "manifest_version": 2, "description": "Is your website retina-ready? Visualise aspect ratios for all images and backgrounds on the page", "homepage_url": "http:\/\/retinaextension.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png", "256": "icons\/[email protected]" }, "browser_action": { "default_icon": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png", "256": "icons\/[email protected]" }, "default_popup": "popup.html" }, "default_locale": "en", "permissions": [ "tabs", "activeTab", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "src\/background.js" ] }, "content_scripts": [ { "matches": [ " |