Legalang Cards
Create a new tab and learn legal English with Legalang
Qu'est-ce que Legalang Cards ?
Legalang Cards est une extension Chrome développée par http://legalang.com, et sa fonction principale est "Create a new tab and learn legal English with Legalang".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Legalang Cards
Téléchargez les fichiers d'extension Legalang Cards 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
Legalang Cards is a tiny, smart extension that serves you fresh legal term with explanation every time you open a new tab of your browser. Highly recommended for law students and legal practitioners who wants to practice legal English on a daily basis.
Informations de Base sur l'Extension
Nom | |
ID | jbngcalhkpfcdbnpgjckegmnfhhaeedo |
URL Officiel | https://chrome.google.com/webstore/detail/jbngcalhkpfcdbnpgjckegmnfhhaeedo |
Description | Create a new tab and learn legal English with Legalang |
Taille du Fichier | 127 KB |
Nombre d'Installations | 34 |
Version Actuelle | 0.0.3 |
Dernière Mise à Jour | 2018-08-29 |
Date de Publication | 2018-08-29 |
Développeur | http://legalang.com |
Type de Paiement | free |
Site Web de l'Extension | https://legalang.com |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Legalang Cards", "version": "0.0.3", "manifest_version": 2, "description": "Create a new tab and learn legal English with Legalang", "homepage_url": "https:\/\/legalang.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "tabs" ], "background": { "page": "src\/bg\/background.html", "persistent": true }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Get me a new legal term!" }, "chrome_url_overrides": { "newtab": "src\/override\/override.html" } } |