ASL Tab

Loads a random, short American Sign Language (ASL) instructional video in new tabs. Videos from Dr. Bill Vicars of LifePrint/ASLU.

ASL Tabคืออะไร?

ASL Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย missmatsuko และคุณลักษณะหลักของมันคือ "Loads a random, short American Sign Language (ASL) instructional video in new tabs. Videos from Dr. Bill Vicars of LifePrint/ASLU."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ASL Tab

ดาวน์โหลดไฟล์ส่วนขยาย ASL Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Learn some American Sign Language (ASL) every time you open a new tab! 

This extension loads a random, short ASL instructional video, so you can learn a new word or phrase whenever you open a new tab while connected to Internet.

Content comes from ASLU Signs YouTube Channel: https://www.youtube.com/channel/UCZy9xs6Tn9vWqN_5l0EEIZA

Thanks to Dr. Bill Vicars of ASLU (LifePrint) for content:
YouTube: https://www.youtube.com/user/billvicars
Website: http://lifeprint.com/                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ASL Tab ASL Tab
ID bjiakmejoofpfclmopcfpkopmamecnkd
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/asl-tab/bjiakmejoofpfclmopcfpkopmamecnkd
คำอธิบาย Loads a random, short American Sign Language (ASL) instructional video in new tabs. Videos from Dr. Bill Vicars of LifePrint/ASLU.
ขนาดไฟล์ 9.66 KB
จำนวนการติดตั้ง 383
เวอร์ชันปัจจุบัน 2.0.1
อัปเดตครั้งล่าสุด 2018-12-06
วันที่เผยแพร่ 2018-12-06
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา missmatsuko
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ASL Tab",
    "version": "2.0.1",
    "description": "Loads a random, short American Sign Language (ASL) instructional video in new tabs. Videos from Dr. Bill Vicars of LifePrint\/ASLU.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "\/newTab.html"
    },
    "permissions": [
        "https:\/\/www.youtube.com\/*",
        "https:\/\/www.googleapis.com\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.youtube.com https:\/\/www.googleapis.com; object-src 'self'"
}