Brownstone Law Blog Extension

Keep yourself up to date with the latest posts of law from Brownstone Law

O que é Brownstone Law Blog Extension?

Brownstone Law Blog Extension é uma extensão do Chrome desenvolvida por https://www.brownstonelaw.com, e sua principal característica é "Keep yourself up to date with the latest posts of law from Brownstone Law".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Brownstone Law Blog Extension

Baixe arquivos de extensão Brownstone Law Blog Extension 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

                        At Brownstone Law, our lawyers handle federal, state, civil and criminal appeals in every appellate court across the nation. Get the latest of our law blog straight to your Chrome.                    

Informações Básicas da Extensão

Nome Brownstone Law Blog Extension Brownstone Law Blog Extension
ID pifhbnipfaeggbakgkbhedbeidpbcfpd
URL Oficial https://chromewebstore.google.com/detail/brownstone-law-blog-exten/pifhbnipfaeggbakgkbhedbeidpbcfpd
Descrição Keep yourself up to date with the latest posts of law from Brownstone Law
Tamanho do Arquivo 310 KB
Contagem de Instalações 47
Versão Atual 2
Última Atualização 2016-05-12
Data de Publicação 2016-05-11
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor https://www.brownstonelaw.com
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Brownstone Law Blog Extension",
    "short_name": "Brownstone Law Blog",
    "description": "Keep yourself up to date with the latest posts of law from Brownstone Law",
    "version": "2",
    "permissions": [
        "alarms",
        "tabs",
        "webNavigation",
        "*:\/\/*.brownstonelaw.com\/*"
    ],
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "homepage_url": "http:\/\/brownstonelaw.com",
    "browser_action": {
        "default_title": "Brownstone Law News Caster",
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/fetch.js"
        ],
        "persistent": false
    }
}