Protractor
Easily measure angles in your browser window.
什么是Protractor?
Protractor是由ben.burlingham开发的Chrome扩展程序,该扩展的主要功能是“Easily measure angles in your browser window.”。
扩展截图
下载Protractor扩展crx文件
下载Protractor扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Move the two guides around to accurately match any vertex. Customize precision, units, colors, and more. The protractor can be easily resized, nudged, locked, and rotated. Code is open source on Github.
扩展基本信息
名称 | Protractor |
ID | kpjldaeddnfokhmgdlmpdlecmobaonnj |
官方URL | https://chromewebstore.google.com/detail/protractor/kpjldaeddnfokhmgdlmpdlecmobaonnj |
简介 | Easily measure angles in your browser window. |
文件大小 | 74.37 KB |
安装次数 | 158,432 |
当前版本 | 4.0.1 |
更新时间 | 2024-01-14 |
上架时间 | 2020-01-23 |
评分 | 4.19/5 共97次评分 |
开发者 | ben.burlingham |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://www.benburlingham.com |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Protractor", "short_name": "Protractor", "version": "4.0.1", "description": "Easily measure angles in your browser window.", "icons": { "16": "images\/icon16-on.png", "48": "images\/icon48-on.png", "128": "images\/icon128-on.png" }, "action": { "default_title": "Protractor" }, "background": { "service_worker": "scripts\/background.js" }, "options_ui": { "page": "options.html" }, "permissions": [ "activeTab", "storage", "scripting" ], "web_accessible_resources": [ { "resources": [ "images\/sprite-buttons.svg" ], "matches": [ " |