DragonLink

A visually pleasing (keyboard) web navigator designed specifically for Nuance Communications' Dragon speak. DEV: @DanEllisScience

ما هو DragonLink؟

DragonLink هو إضافة Chrome تم تطويرها بواسطة @DanEllisScience، والميزة الرئيسية لها هي "A visually pleasing (keyboard) web navigator designed specifically for Nuance Communications' Dragon speak. DEV: @DanEllisScience".

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

screenshot

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

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

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

                        Using the 2500 most spoken words in the English language we are able to make a web compatible voice dictation navigator.  

By pressing CTRL we are able to bring up tooltips on all document links and buttons.  These are then typed into the toolbox and submitted.  Voice navigation for this may fall under the lines of 'control key' +  + 'newline', to navigate. 

Works well with Dragon speak. 

Aim: better accessibility / hands free web navigation.                    

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

الاسم DragonLink DragonLink
ID iagdenmadjpeeigekdkdmlombbkjoanj
عنوان URL الرسمي https://chromewebstore.google.com/detail/dragonlink/iagdenmadjpeeigekdkdmlombbkjoanj
الوصف A visually pleasing (keyboard) web navigator designed specifically for Nuance Communications' Dragon speak. DEV: @DanEllisScience
حجم الملف 972 KB
عدد التثبيتات 3,798
النسخة الحالية 0.2
آخر تحديث 2018-01-27
تاريخ النشر 2018-01-26
تقييم 4.00/5 مجموع تقييمات 5
المطور @DanEllisScience
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DragonLink",
    "author": "Dan Ellis 2018",
    "description": "A visually pleasing (keyboard) web navigator designed specifically for Nuance Communications' Dragon speak. \n DEV: @DanEllisScience",
    "version": "0.2",
    "background": {
        "scripts": []
    },
    "browser_action": {
        "default_icon": ".\/logo.png"
    },
    "externally_connectable": {
        "matches": [
            ""
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "sortlinks.js",
                "top2500.json"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [],
    "permissions": [
        "browserAction",
        "setIcon"
    ]
}