Protractor Protector
Measure angles in Chrome with a protractor overlay.
What is Protractor Protector?
Protractor Protector is a Chrome extension developed by https://sgedtech.blogspot.com, and its main feature is "Measure angles in Chrome with a protractor overlay.".
Extension Screenshots
Download Protractor Protector Extension CRX File
Download Protractor Protector 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
A protractor overlay for use with on-screen angles measurement.
Extension Basic Information
Name | Protractor Protector |
ID | ibjbhbhcgbkiohfmddokjmmbkbgpfgnl |
Official URL | https://chromewebstore.google.com/detail/protractor-protector/ibjbhbhcgbkiohfmddokjmmbkbgpfgnl |
Description | Measure angles in Chrome with a protractor overlay. |
File Size | 103 KB |
Installation Count | 5,782 |
Current Version | 1.3 |
Last Updated | 2021-08-28 |
Publish Date | 2021-08-26 |
Rating | 3.50/5 Total 4 Ratings |
Developer | https://sgedtech.blogspot.com |
[email protected] | |
Payment Type | free |
Help Page URL | https://sgedtech.blogspot.com/p/about-me.html |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Protractor Protector", "short_name": "Protractor Pro", "version": "1.3", "description": "Measure angles in Chrome with a protractor overlay.", "icons": { "16": "images\/icon16-on.png", "48": "images\/icon48-on.png", "128": "images\/icon128-on.png" }, "browser_action": { "default_title": "Protractor Protector" }, "background": { "scripts": [ "scripts\/background.js" ], "persistent": false }, "options_ui": { "page": "options.html", "chrome_style": true }, "permissions": [ "activeTab", "storage" ], "web_accessible_resources": [ "images\/sprite-buttons.svg" ] } |