Feature Policy Tester DevTools Extension

DevTools extension to test Feature Policy settings

Что такое Feature Policy Tester DevTools Extension?

Feature Policy Tester DevTools Extension - это расширение Chrome, разработанное https://developers.google.com/web, и его основная функция - "DevTools extension to test Feature Policy settings".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Feature Policy Tester DevTools Extension

Скачайте файлы расширений Feature Policy Tester DevTools Extension в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Developer tool to help testing try and test Feature Policies on live pages.

Read more about Feature Policy at https://developers.google.com/web/updates/2018/06/feature-policy.                    

Основная информация о расширении

Название Feature Policy Tester DevTools Extension Feature Policy Tester DevTools Extension
ID pchamnkhkeokbpahnocjaeednpbpacop
Официальный URL https://chromewebstore.google.com/detail/feature-policy-tester-dev/pchamnkhkeokbpahnocjaeednpbpacop
Описание DevTools extension to test Feature Policy settings
Размер файла 221 KB
Количество установок 694
Текущая Версия 0.0.2
Последнее Обновление 2019-01-06
Дата публикации 2019-01-05
Рейтинг 3.25/5 Всего 4 оценок
Разработчик https://developers.google.com/web
Тип оплаты free
Официальный сайт расширения https://developers.google.com/web/updates/2018/06/feature-policy
URL страницы помощи https://developers.google.com/web/updates/2018/06/feature-policy
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Feature Policy Tester DevTools Extension",
    "manifest_version": 2,
    "description": "DevTools extension to test Feature Policy settings",
    "version": "0.0.2",
    "devtools_page": "page.html",
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ]
}