ASL Tab
Loads a random, short American Sign Language (ASL) instructional video in new tabs. Videos from Dr. Bill Vicars of LifePrint/ASLU.
O que é ASL Tab?
ASL Tab é uma extensão do Chrome desenvolvida por missmatsuko, e sua principal característica é "Loads a random, short American Sign Language (ASL) instructional video in new tabs. Videos from Dr. Bill Vicars of LifePrint/ASLU.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão ASL Tab
Baixe arquivos de extensão ASL Tab no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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/
Informações Básicas da Extensão
Nome | |
ID | bjiakmejoofpfclmopcfpkopmamecnkd |
URL Oficial | https://chrome.google.com/webstore/detail/asl-tab/bjiakmejoofpfclmopcfpkopmamecnkd |
Descrição | Loads a random, short American Sign Language (ASL) instructional video in new tabs. Videos from Dr. Bill Vicars of LifePrint/ASLU. |
Tamanho do Arquivo | 9.66 KB |
Contagem de Instalações | 383 |
Versão Atual | 2.0.1 |
Última Atualização | 2018-12-06 |
Data de Publicação | 2018-12-06 |
Classificação | 5.00/5 Total de 5 Avaliações |
Desenvolvedor | missmatsuko |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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'" } |