Protractor
Easily measure angles in your browser window.
ما هو Protractor؟
Protractor هو إضافة Chrome تم تطويرها بواسطة ben.burlingham، والميزة الرئيسية لها هي "Easily measure angles in your browser window.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Protractor
قم بتنزيل ملفات الامتداد Protractor بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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": [ " |