Brownstone Law Blog Extension

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

Cos'è Brownstone Law Blog Extension?

Brownstone Law Blog Extension è un'estensione di Chrome sviluppata da https://www.brownstonelaw.com, e la sua funzione principale è "Keep yourself up to date with the latest posts of law from Brownstone Law".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Brownstone Law Blog Extension

Scarica i file di estensione Brownstone Law Blog Extension 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Brownstone Law Blog Extension Brownstone Law Blog Extension
ID pifhbnipfaeggbakgkbhedbeidpbcfpd
URL Ufficiale https://chromewebstore.google.com/detail/brownstone-law-blog-exten/pifhbnipfaeggbakgkbhedbeidpbcfpd
Descrizione Keep yourself up to date with the latest posts of law from Brownstone Law
Dimensione del File 310 KB
Conteggio Installazioni 47
Versione Corrente 2
Ultimo Aggiornamento 2016-05-12
Data di Pubblicazione 2016-05-11
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore https://www.brownstonelaw.com
Tipo di Pagamento free
Lingue Supportate 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
    }
}