Prism - Redline Tool
Prism is a redline tool for the web.
什麼是Prism - Redline Tool?
Prism - Redline Tool是由Johnny Hunter開發的Chrome擴展程式,該擴展的主要功能是“Prism is a redline tool for the web.”。
擴展截圖
下載Prism - Redline Tool擴展crx文件
下載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 |
ID | hkbhjllliedcceblibllaodamehmbfgm |
官方網址 | 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" } } |