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.”。
扩展截图
下载ASL Tab扩展crx文件
下载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/
扩展基本信息
名称 | |
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'" } |