Prism - Redline Tool

Prism is a redline tool for the web.

Prism - Redline Tool क्या है?

Prism - Redline Tool Johnny Hunter द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Prism is a redline tool for the web."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Prism - Redline Tool एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}