API Proxy Agent for Google Chrome™

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

Co to jest API Proxy Agent for Google Chrome™?

API Proxy Agent for Google Chrome™ to rozszerzenie Chrome opracowane przez webduino.io, a jego główną funkcją jest „Leverage Chrome App APIs in Normal Web Pages. Visit github page for more information:…”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia API Proxy Agent for Google Chrome™

Pobierz pliki rozszerzeń API Proxy Agent for Google Chrome™ w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa API Proxy Agent for Google Chrome™ API Proxy Agent for Google Chrome™
ID kdhdgaemffmpfmceolgbfpnfiafbjdkp
Oficjalny URL https://chromewebstore.google.com/detail/api-proxy-agent-for-googl/kdhdgaemffmpfmceolgbfpnfiafbjdkp
Opis Leverage Chrome App APIs in Normal Web Pages. Visit github page for more information:…
Rozmiar pliku 25.93 KB
Liczba instalacji 1,018
Aktualna Wersja 0.0.7
Ostatnia Aktualizacja 2016-06-29
Data Publikacji 2016-06-29
Ocena 4.50/5 Łącznie 14 Oceny
Deweloper webduino.io
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/webduinoio/chrome-api-proxy
Adres URL Strony Pomocy https://github.com/webduinoio/chrome-api-proxy/issues
Obsługiwane Języki 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"
    }
}