Protractor
Easily measure angles in your browser window.
Was ist Protractor?
Protractor ist eine Chrome-Erweiterung, die von ben.burlingham entwickelt wurde, und ihr Hauptmerkmal ist "Easily measure angles in your browser window.".
Erweiterungsscreenshots
Protractor-Erweiterungs-CRX-Datei herunterladen
Laden Sie Protractor-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Protractor |
ID | kpjldaeddnfokhmgdlmpdlecmobaonnj |
Offizielle URL | https://chromewebstore.google.com/detail/protractor/kpjldaeddnfokhmgdlmpdlecmobaonnj |
Beschreibung | Easily measure angles in your browser window. |
Dateigröße | 74.37 KB |
Installationsanzahl | 158,432 |
Aktuelle Version | 4.0.1 |
Letztes Update | 2024-01-14 |
Veröffentlichungsdatum | 2020-01-23 |
Bewertung | 4.19/5 Insgesamt 97 Bewertungen |
Entwickler | ben.burlingham |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://www.benburlingham.com |
Unterstützte Sprachen | 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": [ " |