Prism - Redline Tool

Prism is a redline tool for the web.

Prism - Redline Tool là gì?

Prism - Redline Tool là một tiện ích mở rộng Chrome được phát triển bởi Johnny Hunter, và tính năng chính của nó là "Prism is a redline tool for the web.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Prism - Redline Tool

Tải xuống các tệp mở rộng Prism - Redline Tool dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Prism - Redline Tool Prism - Redline Tool
ID hkbhjllliedcceblibllaodamehmbfgm
URL Chính Thức https://chromewebstore.google.com/detail/prism-redline-tool/hkbhjllliedcceblibllaodamehmbfgm
Mô tả Prism is a redline tool for the web.
Kích Thước Tệp 88.43 KB
Số Lần Cài Đặt 5,293
Phiên Bản Hiện Tại 1.7.3
Cập Nhật Lần Cuối 2023-12-05
Ngày Phát Hành 2019-03-27
Đánh Giá 4.80/5 Tổng số 20 Đánh Giá
Nhà Phát Triển Johnny Hunter
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}