Prism - Redline Tool

Prism is a redline tool for the web.

什么是Prism - Redline Tool?

Prism - Redline Tool是由Johnny Hunter开发的Chrome扩展程序,该扩展的主要功能是“Prism is a redline tool for the web.”。

扩展截图

screenshot
screenshot

下载Prism - Redline Tool扩展crx文件

下载Prism - Redline Tool扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Effortlessly extract redline specifications from a webpage, encompassing properties such as size, color, spacing, typography, and additional relevant attributes.

Users can effortlessly hover and click on objects within the webpage to obtain comprehensive details about them.


How to use:
- Just click the Δ icon
- Then click anywhere on the web page to redline item
- Press Esc to pause redlining or 'Close' to turn off

Hold 'Shift' to select parent element                    

扩展基本信息

名称 Prism - Redline Tool Prism - Redline Tool
ID hkbhjllliedcceblibllaodamehmbfgm
官方URL https://chromewebstore.google.com/detail/prism-redline-tool/hkbhjllliedcceblibllaodamehmbfgm
简介 Prism is a redline tool for the web.
文件大小 88.43 KB
安装次数 5,293
当前版本 1.7.3
更新时间 2023-12-05
上架时间 2019-03-27
评分 4.80/5 共20次评分
开发者 Johnny Hunter
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Prism - Redline Tool",
    "short_name": "Prism",
    "description": "Prism is a redline tool for the web.",
    "version": "1.7.3",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "styles.css",
                "inject.js",
                "contentscript.js",
                "ejectlite.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "action": {
        "default_icon": "icon.png",
        "default_title": "Click to turn on\/off"
    }
}