Legalang Cards

Create a new tab and learn legal English with Legalang

O que é Legalang Cards?

Legalang Cards é uma extensão do Chrome desenvolvida por http://legalang.com, e sua principal característica é "Create a new tab and learn legal English with Legalang".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Legalang Cards

Baixe arquivos de extensão Legalang Cards 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

                        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.                    

Informações Básicas da Extensão

Nome Legalang Cards Legalang Cards
ID jbngcalhkpfcdbnpgjckegmnfhhaeedo
URL Oficial https://chrome.google.com/webstore/detail/jbngcalhkpfcdbnpgjckegmnfhhaeedo
Descrição Create a new tab and learn legal English with Legalang
Tamanho do Arquivo 127 KB
Contagem de Instalações 34
Versão Atual 0.0.3
Última Atualização 2018-08-29
Data de Publicação 2018-08-29
Desenvolvedor http://legalang.com
Tipo de Pagamento free
Site da Extensão https://legalang.com
Idiomas Suportados 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"
    }
}