Brownstone Law Blog Extension
Keep yourself up to date with the latest posts of law from Brownstone Law
什么是Brownstone Law Blog Extension?
Brownstone Law Blog Extension是由https://www.brownstonelaw.com开发的Chrome扩展程序,该扩展的主要功能是“Keep yourself up to date with the latest posts of law from Brownstone Law”。
扩展截图
下载Brownstone Law Blog Extension扩展crx文件
下载Brownstone Law Blog Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Brownstone Law Blog Extension |
ID | pifhbnipfaeggbakgkbhedbeidpbcfpd |
官方URL | https://chromewebstore.google.com/detail/brownstone-law-blog-exten/pifhbnipfaeggbakgkbhedbeidpbcfpd |
简介 | Keep yourself up to date with the latest posts of law from Brownstone Law |
文件大小 | 310 KB |
安装次数 | 47 |
当前版本 | 2 |
更新时间 | 2016-05-12 |
上架时间 | 2016-05-11 |
评分 | 5.00/5 共3次评分 |
开发者 | https://www.brownstonelaw.com |
付费类型 | free |
支持的语言 | 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 } } |