Dimensions

A tool for designers to measure screen dimensions

Qu'est-ce que Dimensions ?

Dimensions est une extension Chrome développée par https://www.felixniklas.com, et sa fonction principale est "A tool for designers to measure screen dimensions".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Dimensions

Téléchargez les fichiers d'extension Dimensions au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Dimensions Dimensions
ID baocaagndhipibgklemoalmkljaimfdj
URL Officiel https://chromewebstore.google.com/detail/dimensions/baocaagndhipibgklemoalmkljaimfdj
Description A tool for designers to measure screen dimensions
Taille du Fichier 17.28 KB
Nombre d'Installations 271,616
Version Actuelle 2.0.5
Dernière Mise à Jour 2017-03-14
Date de Publication 2017-03-14
Évaluation 4.15/5 Total 442 Évaluations
Développeur https://www.felixniklas.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://felixniklas.com/dimensions/
Langues Prises en Charge 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"
    ]
}