Prism - Redline Tool
Prism is a redline tool for the web.
Cos'è Prism - Redline Tool?
Prism - Redline Tool è un'estensione di Chrome sviluppata da Johnny Hunter, e la sua funzione principale è "Prism is a redline tool for the web.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Prism - Redline Tool
Scarica i file di estensione Prism - Redline Tool in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Prism - Redline Tool |
ID | hkbhjllliedcceblibllaodamehmbfgm |
URL Ufficiale | https://chromewebstore.google.com/detail/prism-redline-tool/hkbhjllliedcceblibllaodamehmbfgm |
Descrizione | Prism is a redline tool for the web. |
Dimensione del File | 88.43 KB |
Conteggio Installazioni | 5,293 |
Versione Corrente | 1.7.3 |
Ultimo Aggiornamento | 2023-12-05 |
Data di Pubblicazione | 2019-03-27 |
Valutazione | 4.80/5 Totale 20 Valutazioni |
Sviluppatore | Johnny Hunter |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |