ASL Tab
Loads a random, short American Sign Language (ASL) instructional video in new tabs. Videos from Dr. Bill Vicars of LifePrint/ASLU.
Qu'est-ce que ASL Tab ?
ASL Tab est une extension Chrome développée par missmatsuko, et sa fonction principale est "Loads a random, short American Sign Language (ASL) instructional video in new tabs. Videos from Dr. Bill Vicars of LifePrint/ASLU.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ASL Tab
Téléchargez les fichiers d'extension ASL Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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/
Informations de Base sur l'Extension
Nom | |
ID | bjiakmejoofpfclmopcfpkopmamecnkd |
URL Officiel | https://chrome.google.com/webstore/detail/asl-tab/bjiakmejoofpfclmopcfpkopmamecnkd |
Description | Loads a random, short American Sign Language (ASL) instructional video in new tabs. Videos from Dr. Bill Vicars of LifePrint/ASLU. |
Taille du Fichier | 9.66 KB |
Nombre d'Installations | 383 |
Version Actuelle | 2.0.1 |
Dernière Mise à Jour | 2018-12-06 |
Date de Publication | 2018-12-06 |
Évaluation | 5.00/5 Total 5 Évaluations |
Développeur | missmatsuko |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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'" } |