Page Ruler
Page Ruler is for measuring objects on web pages. Measure it width and height in pixels.
什么是Page Ruler?
Page Ruler是由Page Ruler开发的Chrome扩展程序,该扩展的主要功能是“Page Ruler is for measuring objects on web pages. Measure it width and height in pixels.”。
扩展截图
下载Page Ruler扩展crx文件
下载Page Ruler扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Page Ruler is popular app for measuring elements on web pages. Measure it width and height in pixels on any websites. Click the icon and draw ruler to get pixel dimensions. The color icon means the on mode for measuremen. The black and white icon means off. Thank you for installation and please give Page Ruler five stars!
扩展基本信息
名称 | |
ID | idhjfgkakeliobkfbijghiaklmiaheag |
官方URL | https://chrome.google.com/webstore/detail/page-ruler/idhjfgkakeliobkfbijghiaklmiaheag |
简介 | Page Ruler is for measuring objects on web pages. Measure it width and height in pixels. |
文件大小 | 92.3 KB |
安装次数 | 54,686 |
当前版本 | 2.0.0 |
更新时间 | 2023-06-06 |
上架时间 | 2018-07-29 |
评分 | 1.25/5 共71次评分 |
开发者 | Page Ruler |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "background.js" }, "action": { "default_icon": "off.png", "default_title": "Page Ruler" }, "content_scripts": [ { "all_frames": false, "css": [ "styleMeasureIt.css" ], "js": [ "measureIt.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_idle" } ], "description": "Page Ruler is for measuring objects on web pages. Measure it width and height in pixels.", "manifest_version": 3, "name": "Page Ruler", "permissions": [ "tabs", "storage" ], "version": "2.0.0", "icons": { "48": "ico_48.png", "16": "ico_16.png", "128": "ico_128.png", "19": "ico_19.png" }, "web_accessible_resources": [ { "matches": [ " |