Rebound Debugger

Rebound's Chrome Devtools Debugger

Что такое Rebound Debugger?

Rebound Debugger - это расширение Chrome, разработанное reboundjs, и его основная функция - "Rebound's Chrome Devtools Debugger".

Скачать файл CRX расширения Rebound Debugger

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

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

                        Rebound's Chrome Devtools Debugger                    

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

Название Rebound Debugger Rebound Debugger
ID nigplpjjjohlohijmnaehjfoemebppph
Официальный URL https://chrome.google.com/webstore/detail/rebound-debugger/nigplpjjjohlohijmnaehjfoemebppph
Описание Rebound's Chrome Devtools Debugger
Размер файла 10.5 KB
Количество установок 29
Текущая Версия 0.0.3
Последнее Обновление 2015-07-20
Дата публикации 2015-07-20
Рейтинг 5.00/5 Всего 2 оценок
Разработчик reboundjs
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rebound Debugger",
    "manifest_version": 2,
    "version": "0.0.3",
    "description": "Rebound's Chrome Devtools Debugger",
    "devtools_page": "rebound.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "images\/rebound16.png",
        "48": "images\/rebound48.png",
        "128": "images\/rebound128.png"
    },
    "permissions": [
        "",
        "storage",
        "alarms"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}