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.                     擴展基本資訊
| 名稱 |   |  
| ID | jlbnpneelebpclpakbfbkdkpdfljifhe | 
| 官方網址 | 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 | 
| 電子郵箱 | [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"
    ]
}  |  |