Image Dimensions
Get current page image dimensions (width x height) from images loaded in the DOM [Document Object Model - img tag]
Image Dimensions क्या है?
Image Dimensions Genius Lynx द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get current page image dimensions (width x height) from images loaded in the DOM [Document Object Model - img tag]"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Image Dimensions एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The extension will help to know the width and height of the images loaded on the current page. A grid of all images with dimensions is displayed, helpful for web designers, web developers to communicate with the team for different images sizes/dimensions required for the graphics in the web project. Updates: Bug Fixes
एक्सटेंशन की मूल जानकारी
नाम | Image Dimensions |
ID | dpaeghmnckceanlgappbolbofibkkdef |
आधिकारिक URL | https://chromewebstore.google.com/detail/image-dimensions/dpaeghmnckceanlgappbolbofibkkdef |
विवरण | Get current page image dimensions (width x height) from images loaded in the DOM [Document Object Model - img tag] |
फ़ाइल का आकार | 46.66 KB |
स्थापना संख्या | 39 |
वर्तमान संस्करण | 1.0.0.1 |
अंतिम अपडेट | 2021-09-30 |
प्रकाशन तिथि | 2021-07-06 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Genius Lynx |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://geniuslynx.com/privacy-policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Image Dimensions", "version": "1.0.0.1", "author": "Genius Lynx", "description": "Get current page image dimensions (width x height) from images loaded in the DOM [Document Object Model - img tag]", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Image Dimensions" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "activeTab" ], "manifest_version": 2 } |