ruler
Simple tool for measuring arbitrary parts of a page. Does not and will never contain adware.
什么是ruler?
ruler是由Ian Remmel开发的Chrome扩展程序,该扩展的主要功能是“Simple tool for measuring arbitrary parts of a page. Does not and will never contain adware.”。
扩展截图
下载ruler扩展crx文件
下载ruler扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Simple tool for measuring arbitrary parts of a page. Does not and will never contain adware.
扩展基本信息
名称 | ![]() |
ID | cnpednncpilbojdmhpjhoakknbboanln |
官方URL | https://chrome.google.com/webstore/detail/ruler/cnpednncpilbojdmhpjhoakknbboanln |
简介 | Simple tool for measuring arbitrary parts of a page. Does not and will never contain adware. |
文件大小 | 38.42 KB |
安装次数 | 573 |
当前版本 | 2.0.3 |
更新时间 | 2019-04-01 |
上架时间 | 2019-04-01 |
评分 | 3.00/5 共2次评分 |
开发者 | Ian Remmel |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "2.0.3", "description": "__MSG_appDescription__", "author": "Ian Remmel", "default_locale": "en", "permissions": [ "activeTab" ], "background": { "scripts": [ "scripts\/background.js" ], "persistent": false }, "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png" }, "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "ruler" }, "manifest_version": 2 } |