Prism - Redline Tool

Prism is a redline tool for the web.

Prism - Redline Toolคืออะไร?

Prism - Redline Tool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Johnny Hunter และคุณลักษณะหลักของมันคือ "Prism is a redline tool for the web."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Prism - Redline Tool

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}