1px: Simple ruler
A simple ruler for measuring the size of blocks on a page
什么是1px: Simple ruler?
1px: Simple ruler是由Nevzilya开发的Chrome扩展程序,该扩展的主要功能是“A simple ruler for measuring the size of blocks on a page”。
扩展截图
下载1px: Simple ruler扩展crx文件
下载1px: Simple ruler扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
You can measure the size of any element (width and height). To exit, press the ' ESC ' button or the extension button. Perhaps in the future some more useful functions will be added, but now only such functionality.
扩展基本信息
名称 | 1px: Simple ruler |
ID | gekpeobpiilbboimdmbgfjndlmogepcj |
官方URL | https://chromewebstore.google.com/detail/1px-simple-ruler/gekpeobpiilbboimdmbgfjndlmogepcj |
简介 | A simple ruler for measuring the size of blocks on a page |
文件大小 | 22.13 KB |
安装次数 | 9,004 |
当前版本 | 1.0.1 |
更新时间 | 2021-08-04 |
上架时间 | 2021-07-11 |
评分 | 3.55/5 共11次评分 |
开发者 | Nevzilya |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://notepad-online.ru/privacy.html |
支持的语言 | en,ru |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_title": "__MSG_name__" }, "default_locale": "en", "description": "__MSG_description__", "icons": { "16": "ico_16_mono.png", "48": "ico_48.png", "128": "ico_128.png" }, "manifest_version": 2, "name": "__MSG_name__", "short_name": "__MSG_short_name__", "permissions": [ "activeTab" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.1" } |