Prism - Redline Tool

Prism is a redline tool for the web.

Qu'est-ce que Prism - Redline Tool ?

Prism - Redline Tool est une extension Chrome développée par Johnny Hunter, et sa fonction principale est "Prism is a redline tool for the web.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Prism - Redline Tool

Téléchargez les fichiers d'extension Prism - Redline Tool au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Prism - Redline Tool Prism - Redline Tool
ID hkbhjllliedcceblibllaodamehmbfgm
URL Officiel https://chromewebstore.google.com/detail/prism-redline-tool/hkbhjllliedcceblibllaodamehmbfgm
Description Prism is a redline tool for the web.
Taille du Fichier 88.43 KB
Nombre d'Installations 5,293
Version Actuelle 1.7.3
Dernière Mise à Jour 2023-12-05
Date de Publication 2019-03-27
Évaluation 4.80/5 Total 20 Évaluations
Développeur Johnny Hunter
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}