Legalang Cards
Create a new tab and learn legal English with Legalang
Wat is Legalang Cards?
Legalang Cards is een Chrome-extensie ontwikkeld door http://legalang.com, en de belangrijkste functie is "Create a new tab and learn legal English with Legalang".
Extensie Screenshots
Download het CRX-bestand van de extensie Legalang Cards
Download Legalang Cards-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | jbngcalhkpfcdbnpgjckegmnfhhaeedo |
Officiële URL | https://chrome.google.com/webstore/detail/jbngcalhkpfcdbnpgjckegmnfhhaeedo |
Beschrijving | Create a new tab and learn legal English with Legalang |
Bestandsgrootte | 127 KB |
Aantal Installaties | 34 |
Huidige Versie | 0.0.3 |
Laatst Bijgewerkt | 2018-08-29 |
Publicatiedatum | 2018-08-29 |
Ontwikkelaar | http://legalang.com |
Betalingswijze | free |
Extensiewebsite | https://legalang.com |
Ondersteunde Talen | 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" } } |