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