Brownstone Law Blog Extension

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

Vad är Brownstone Law Blog Extension?

Brownstone Law Blog Extension är en Chrome-tillägg utvecklad av https://www.brownstonelaw.com, och dess huvudfunktion är "Keep yourself up to date with the latest posts of law from Brownstone Law".

Tilläggsskärmbilder

screenshot

Ladda ner Brownstone Law Blog Extension-förlängningens CRX-fil

Ladda ner Brownstone Law Blog Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Brownstone Law Blog Extension Brownstone Law Blog Extension
ID pifhbnipfaeggbakgkbhedbeidpbcfpd
Officiell webbadress https://chromewebstore.google.com/detail/brownstone-law-blog-exten/pifhbnipfaeggbakgkbhedbeidpbcfpd
Beskrivning Keep yourself up to date with the latest posts of law from Brownstone Law
Filstorlek 310 KB
Antal Installationer 47
Aktuell Version 2
Senast Uppdaterad 2016-05-12
Publiceringsdatum 2016-05-11
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare https://www.brownstonelaw.com
Betalningssätt free
Stödda Språk 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
    }
}