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
公式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
    }
}