Sign Learner

Learn sign language passively as you surf the web.

ما هو Sign Learner؟

Sign Learner هو إضافة Chrome تم تطويرها بواسطة https://signlearner.com، والميزة الرئيسية لها هي "Learn sign language passively as you surf the web.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Sign Learner

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

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

                        As you browse the internet normally, Sign Learner will highlight words on each webpage randomly. Simply hover over the highlighted word and a video with the corresponding sign will appear!

Support for either American Sign Language (ASL) or British Sign Language (BSL).

✨ Features:
- Learn new signs in sign language and reinforce signs you know in a fun and easy way (4000+ signs)
- Focus on learning specific topics, with with available signs split into categories such as Nature, Family, Animals, and more
- Need a break from learning? Pause Sign Learner at any time or on any website
- Customise your learning experience by changing the size of the video popup and the colour of the highlighted word
- Exclude words from being shown that you want to ignore or have already learnt fully
- Handy search box to lookup specific signs at any time

🏗️ Coming soon:
- Additional context for BSL signs
- Support for Australian Sign Language (Auslan)

Make the most of your time on the internet and learn sign language along the way!

Please note that Sign Learner should be used as a supplement to other learning tools such as an official course and/or lessons with a sign language teacher.

Sign credits:
ASL signs are from ASL Dictionary on YouTube: (https://www.youtube.com/user/smartsigndictionary)
BSL signs are from SignStation:
(http://mobilesign.org/)

If you have any feedback or questions, or find an incorrect or misleading sign, please email me at [email protected] :)

*************** About Privacy ***************
When you install Sign Learner, a message appears saying that the extension can “read and change all your data on the websites you visit.” - That's actually just the default permission required, specifically we need it to be able to identify the words on each webpage so that we can add in a sign to show you, and keep you learning. Sign learner does not track, use, or need any personal data from you :)                    

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

الاسم Sign Learner Sign Learner
ID enmecoidnopldfilbnncjecohoppgafp
عنوان URL الرسمي https://chromewebstore.google.com/detail/sign-learner/enmecoidnopldfilbnncjecohoppgafp
الوصف Learn sign language passively as you surf the web.
حجم الملف 773 KB
عدد التثبيتات 2,164
النسخة الحالية 1.2
آخر تحديث 2022-11-29
تاريخ النشر 2022-09-14
تقييم 4.64/5 مجموع تقييمات 11
المطور https://signlearner.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://signlearner.com
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Learn sign language passively as you surf the web.",
    "version": "1.2",
    "manifest_version": 3,
    "name": "Sign Learner",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs"
    ],
    "devtools_page": "devtools.html",
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": []
        }
    ]
}