API Proxy Agent for Google Chrome™

Leverage Chrome App APIs in Normal Web Pages. Visit github page for more information:…

Что такое API Proxy Agent for Google Chrome™?

API Proxy Agent for Google Chrome™ - это расширение Chrome, разработанное webduino.io, и его основная функция - "Leverage Chrome App APIs in Normal Web Pages. Visit github page for more information:…".

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

screenshot

Скачать файл CRX расширения API Proxy Agent for Google Chrome™

Скачайте файлы расширений API Proxy Agent for Google Chrome™ в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        Leverage Chrome App APIs in Normal Web Pages.

Visit github page for more information: http://webduinoio.github.io/chrome-api-proxy.

*Currently only chrome.serial.* and chrome.bluetooth.* apis are supported.

**Google Chrome™ is a trademark of Google Inc. Use of this trademark is subject to Google Permissions.                    

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

Название API Proxy Agent for Google Chrome™ API Proxy Agent for Google Chrome™
ID kdhdgaemffmpfmceolgbfpnfiafbjdkp
Официальный URL https://chromewebstore.google.com/detail/api-proxy-agent-for-googl/kdhdgaemffmpfmceolgbfpnfiafbjdkp
Описание Leverage Chrome App APIs in Normal Web Pages. Visit github page for more information:…
Размер файла 25.93 KB
Количество установок 1,018
Текущая Версия 0.0.7
Последнее Обновление 2016-06-29
Дата публикации 2016-06-29
Рейтинг 4.50/5 Всего 14 оценок
Разработчик webduino.io
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/webduinoio/chrome-api-proxy
URL страницы помощи https://github.com/webduinoio/chrome-api-proxy/issues
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "API Proxy Agent for Google Chrome\u2122",
    "version": "0.0.7",
    "manifest_version": 2,
    "minimum_chrome_version": "23",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "icons": {
        "128": "assets\/icon_128.png"
    }
}