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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.brownstonelaw.com, και η κύρια λειτουργία του είναι "Keep yourself up to date with the latest posts of law from Brownstone Law".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Brownstone Law Blog Extension

Λήψη αρχείων επέκτασης 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
    }
}