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은(는) missmatsuko에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Loads a random, short American Sign Language (ASL) instructional video in new tabs. Videos from Dr. Bill Vicars of LifePrint/ASLU."입니다.

확장 프로그램 스크린샷

screenshot

ASL Tab 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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'"
}