Inspect: Invisión de rayos x
Easily check page elements dimensions and distances.
Inspect: Invisión de rayos xとは何ですか?
Inspect: Invisión de rayos xはhttps://imagentleman.github.ioによって開発されたChromeの拡張機能で、その主な機能は「Easily check page elements dimensions and distances.」です。
拡張機能のスクリーンショット
Inspect: Invisión de rayos x拡張機能のCRXファイルをダウンロード
Inspect: Invisión de rayos x拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Mouse over the elements to see their dimensions. Click an element to see distances relative to it.
拡張機能の基本情報
名前 | Inspect: Invisión de rayos x |
ID | jlbnpneelebpclpakbfbkdkpdfljifhe |
公式URL | https://chromewebstore.google.com/detail/inspect-invisi%C3%B3n-de-rayos/jlbnpneelebpclpakbfbkdkpdfljifhe |
説明 | Easily check page elements dimensions and distances. |
ファイルサイズ | 12.71 KB |
インストール数 | 23 |
現在のバージョン | 3 |
最終更新日 | 2019-07-19 |
公開日 | 2019-07-18 |
開発者 | https://imagentleman.github.io |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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" ] } |