Protractor
Easily measure angles in your browser window.
What is Protractor?
Protractor is a Chrome extension developed by ben.burlingham, and its main feature is "Easily measure angles in your browser window.".
Extension Screenshots
Download Protractor Extension CRX File
Download Protractor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Protractor |
ID | kpjldaeddnfokhmgdlmpdlecmobaonnj |
Official URL | https://chromewebstore.google.com/detail/protractor/kpjldaeddnfokhmgdlmpdlecmobaonnj |
Description | Easily measure angles in your browser window. |
File Size | 74.37 KB |
Installation Count | 158,432 |
Current Version | 4.0.1 |
Last Updated | 2024-01-14 |
Publish Date | 2020-01-23 |
Rating | 4.19/5 Total 97 Ratings |
Developer | ben.burlingham |
[email protected] | |
Payment Type | free |
Extension Website | http://www.benburlingham.com |
Supported Languages | 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": [ " |