Brownstone Law Blog Extension

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

Qu'est-ce que Brownstone Law Blog Extension ?

Brownstone Law Blog Extension est une extension Chrome développée par https://www.brownstonelaw.com, et sa fonction principale est "Keep yourself up to date with the latest posts of law from Brownstone Law".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Brownstone Law Blog Extension

Téléchargez les fichiers d'extension Brownstone Law Blog Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Brownstone Law Blog Extension Brownstone Law Blog Extension
ID pifhbnipfaeggbakgkbhedbeidpbcfpd
URL Officiel https://chromewebstore.google.com/detail/brownstone-law-blog-exten/pifhbnipfaeggbakgkbhedbeidpbcfpd
Description Keep yourself up to date with the latest posts of law from Brownstone Law
Taille du Fichier 310 KB
Nombre d'Installations 47
Version Actuelle 2
Dernière Mise à Jour 2016-05-12
Date de Publication 2016-05-11
Évaluation 5.00/5 Total 3 Évaluations
Développeur https://www.brownstonelaw.com
Type de Paiement free
Langues Prises en Charge 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
    }
}