Inspect: Invisión de rayos x
Easily check page elements dimensions and distances.
What is Inspect: Invisión de rayos x?
Inspect: Invisión de rayos x is a Chrome extension developed by https://imagentleman.github.io, and its main feature is "Easily check page elements dimensions and distances.".
Extension Screenshots
Download Inspect: Invisión de rayos x Extension CRX File
Download Inspect: Invisión de rayos x extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Mouse over the elements to see their dimensions. Click an element to see distances relative to it.
Extension Basic Information
Name | Inspect: Invisión de rayos x |
ID | jlbnpneelebpclpakbfbkdkpdfljifhe |
Official URL | https://chromewebstore.google.com/detail/inspect-invisi%C3%B3n-de-rayos/jlbnpneelebpclpakbfbkdkpdfljifhe |
Description | Easily check page elements dimensions and distances. |
File Size | 12.71 KB |
Installation Count | 23 |
Current Version | 3 |
Last Updated | 2019-07-19 |
Publish Date | 2019-07-18 |
Developer | https://imagentleman.github.io |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Inspect: Invisi\u00f3n de rayos x", "version": "3", "description": "Easily check page elements dimensions and distances.", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": { "16": "off-16.png", "24": "off-24.png", "32": "off-32.png" } }, "permissions": [ "activeTab" ] } |