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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Keep yourself up to date with the latest posts of law from Brownstone Law"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Brownstone Law Blog Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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