Goniometer

Virtual Goniometer by Ryan Mo

ما هو Goniometer؟

Goniometer هو إضافة Chrome تم تطويرها بواسطة ryanmopt، والميزة الرئيسية لها هي "Virtual Goniometer by Ryan Mo".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Goniometer

قم بتنزيل ملفات الامتداد Goniometer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        This virtual goniometer is an easy to use tool for clinicians to measure angles of joint range of motion during live virtual care sessions.

After opening the extension by clicking on the icon, press the "\" (backslash) key on the keyboard to begin taking measurements.

ZOOM FIX - If using Zoom, please click the "Start Measuring" button before pressing the backslash key. You will be able to use the backslash key to initiate taking measurements. When finished, click the "Stop Measuring" button. While taking measurements in Zoom, you will be unable to interact with other buttons in the video call until the Stop Measuring button is clicked. There is a quick demo video on my YouTube channel for this.

Click to mark the points of your stationary goniometer arm, the axis of rotation, and the measuring arm.

As you are measuring there will be a live display of the current angle, with the supplementary angle in brackets.

Find all measured angles recorded in the left side panel, and easily copy all values with the copy button.

To hide the "Recorded Angles" tab in the top left corner of the page, press the "`" (backquote or backtick) key which is next to the number 1 on the keyboard.

This extension should work on any video conferencing platform that uses Chrome. So far, it has been tested on Zoom, MS Teams, OTN, Adracare, and Doxy. If there are other platforms that do not currently work and you would like to have it supported, please send me an email and I will get back to you when possible.

To use the goniometer on photos from your computer, use the following instructions:
- Right click the extension icon in the top right of your browser > click manage extensions > click allow access to file URLs
- Drag and drop the image into the Chrome browser

You should now be able to use the extension on local images.                    

معلومات أساسية عن التمديد

الاسم Goniometer Goniometer
ID bgohdobpmnajfkhonaimnelpglcplhei
عنوان URL الرسمي https://chromewebstore.google.com/detail/goniometer/bgohdobpmnajfkhonaimnelpglcplhei
الوصف Virtual Goniometer by Ryan Mo
حجم الملف 12.73 KB
عدد التثبيتات 1,372
النسخة الحالية 0.0.13
آخر تحديث 2024-01-12
تاريخ النشر 2020-12-29
تقييم 4.14/5 مجموع تقييمات 7
المطور ryanmopt
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Goniometer",
    "version": "0.0.13",
    "manifest_version": 3,
    "description": "Virtual Goniometer by Ryan Mo",
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": [],
    "permissions": [
        "activeTab",
        "scripting"
    ]
}