Brownstone Law Blog Extension
Keep yourself up to date with the latest posts of law from Brownstone Law
What is Brownstone Law Blog Extension?
Brownstone Law Blog Extension is a Chrome extension developed by https://www.brownstonelaw.com, and its main feature is "Keep yourself up to date with the latest posts of law from Brownstone Law".
Extension Screenshots
Download Brownstone Law Blog Extension Extension CRX File
Download Brownstone Law Blog Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Brownstone Law Blog Extension |
ID | pifhbnipfaeggbakgkbhedbeidpbcfpd |
Official URL | 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 |
File Size | 310 KB |
Installation Count | 47 |
Current Version | 2 |
Last Updated | 2016-05-12 |
Publish Date | 2016-05-11 |
Rating | 5.00/5 Total 3 Ratings |
Developer | https://www.brownstonelaw.com |
Payment Type | free |
Supported Languages | 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 } } |