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”。

擴展截圖

screenshot

下載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 Brownstone Law Blog Extension
ID pifhbnipfaeggbakgkbhedbeidpbcfpd
官方網址 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
    }
}