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