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 là gì?

ASL Tab là một tiện ích mở rộng Chrome được phát triển bởi missmatsuko, và tính năng chính của nó là "Loads a random, short American Sign Language (ASL) instructional video in new tabs. Videos from Dr. Bill Vicars of LifePrint/ASLU.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng ASL Tab

Tải xuống các tệp mở rộng ASL Tab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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/                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ASL Tab ASL Tab
ID bjiakmejoofpfclmopcfpkopmamecnkd
URL Chính Thức https://chrome.google.com/webstore/detail/asl-tab/bjiakmejoofpfclmopcfpkopmamecnkd
Mô tả Loads a random, short American Sign Language (ASL) instructional video in new tabs. Videos from Dr. Bill Vicars of LifePrint/ASLU.
Kích Thước Tệp 9.66 KB
Số Lần Cài Đặt 383
Phiên Bản Hiện Tại 2.0.1
Cập Nhật Lần Cuối 2018-12-06
Ngày Phát Hành 2018-12-06
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển missmatsuko
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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'"
}