Legalang Cards

Create a new tab and learn legal English with Legalang

Cos'è Legalang Cards?

Legalang Cards è un'estensione di Chrome sviluppata da http://legalang.com, e la sua funzione principale è "Create a new tab and learn legal English with Legalang".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Legalang Cards

Scarica i file di estensione Legalang Cards in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Legalang Cards Legalang Cards
ID jbngcalhkpfcdbnpgjckegmnfhhaeedo
URL Ufficiale https://chrome.google.com/webstore/detail/jbngcalhkpfcdbnpgjckegmnfhhaeedo
Descrizione Create a new tab and learn legal English with Legalang
Dimensione del File 127 KB
Conteggio Installazioni 34
Versione Corrente 0.0.3
Ultimo Aggiornamento 2018-08-29
Data di Pubblicazione 2018-08-29
Sviluppatore http://legalang.com
Tipo di Pagamento free
Sito Web dell'Estensione https://legalang.com
Lingue Supportate 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"
    }
}