Brownstone Law Blog Extension

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

Wat is Brownstone Law Blog Extension?

Brownstone Law Blog Extension is een Chrome-extensie ontwikkeld door https://www.brownstonelaw.com, en de belangrijkste functie is "Keep yourself up to date with the latest posts of law from Brownstone Law".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Brownstone Law Blog Extension

Download Brownstone Law Blog Extension-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

                        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.                    

Basisinformatie over de Extensie

Naam Brownstone Law Blog Extension Brownstone Law Blog Extension
ID pifhbnipfaeggbakgkbhedbeidpbcfpd
Officiële URL https://chromewebstore.google.com/detail/brownstone-law-blog-exten/pifhbnipfaeggbakgkbhedbeidpbcfpd
Beschrijving Keep yourself up to date with the latest posts of law from Brownstone Law
Bestandsgrootte 310 KB
Aantal Installaties 47
Huidige Versie 2
Laatst Bijgewerkt 2016-05-12
Publicatiedatum 2016-05-11
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar https://www.brownstonelaw.com
Betalingswijze free
Ondersteunde Talen 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
    }
}