site elements measurement taker

site elements measurement taker

Find screen dimensions and measurements by pixel sizes

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "site elements measurement taker",
  "description": "Find screen dimensions and measurements by pixel sizes",
  "version": "1.4.0.1",
  "manifest_version": 2,
  "author": "Spartan",
  "icons": {
    "16": "images/icon16.png",
    "32": "images/[email protected]",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "background": {
    "scripts": [
      "js/bg.js"
    ],
    "persistent": false
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Alt+D"
      }
    }
  },
  "options_ui": {
    "page": "./donate-honor/index.html"
  },
  "browser_action": {
    "default_icon": {
      "16": "images/icon16.png",
      "19": "images/icon19.png",
      "32": "images/[email protected]",
      "38": "images/[email protected]"
    },
    "default_title": "Find pixel sizes between screen elements"
  },
  "permissions": [
    "activeTab"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}