Dimensions
A tool for designers to measure screen dimensions
Dimensions क्या है?
Dimensions https://www.felixniklas.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A tool for designers to measure screen dimensions"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Dimensions एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension measures the dimensions from your mouse pointer up/down and left/right until it hits a border. So if you want to measure distances between elements on a website this is perfect. It doesn't really work with images because there the colors change a lot pixel to pixel. # Images & HTML Elements Measure between the following elements: images, input-fields, buttons, videos, gifs, text, icons. You can measure everything you see in the browser. # Mockups Your designer handed you mockups as PNGs or JPEGs? Just drop them into Chrome, activate Dimensions and start measuring. # Keyboard Shortcut You can start and stop dimensions with the ALT + D shortcut. # Area Boundaries Wanna get the radius of a circle? Is text standing in your way? Press Alt to measure the dimensions of a connected area. # Open Source Dimensions is Open Source and hosted on Github. Want to port it to Firefox? Go ahead and fork it. Pull requests are welcome! https://github.com/mrflix/dimensions
एक्सटेंशन की मूल जानकारी
नाम | Dimensions |
ID | baocaagndhipibgklemoalmkljaimfdj |
आधिकारिक URL | https://chromewebstore.google.com/detail/dimensions/baocaagndhipibgklemoalmkljaimfdj |
विवरण | A tool for designers to measure screen dimensions |
फ़ाइल का आकार | 17.28 KB |
स्थापना संख्या | 271,616 |
वर्तमान संस्करण | 2.0.5 |
अंतिम अपडेट | 2017-03-14 |
प्रकाशन तिथि | 2017-03-14 |
रेटिंग | 4.15/5 कुल 442 रेटिंग्स |
डेवलपर | https://www.felixniklas.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://felixniklas.com/dimensions/ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dimensions", "description": "A tool for designers to measure screen dimensions", "version": "2.0.5", "manifest_version": 2, "author": "Felix Niklas", "icons": { "16": "images\/icon16.png", "32": "images\/[email protected]", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "background": { "scripts": [ "chrome.js" ], "persistent": false }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+D" } } }, "browser_action": { "default_icon": { "16": "images\/icon16.png", "19": "images\/icon19.png", "32": "images\/[email protected]", "38": "images\/[email protected]" }, "default_title": "Measure Dimensions" }, "permissions": [ "activeTab" ] } |