API Proxy Agent for Google Chrome™

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

Qu'est-ce que API Proxy Agent for Google Chrome™ ?

API Proxy Agent for Google Chrome™ est une extension Chrome développée par webduino.io, et sa fonction principale est "Leverage Chrome App APIs in Normal Web Pages. Visit github page for more information:…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension API Proxy Agent for Google Chrome™

Téléchargez les fichiers d'extension API Proxy Agent for Google Chrome™ au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom API Proxy Agent for Google Chrome™ API Proxy Agent for Google Chrome™
ID kdhdgaemffmpfmceolgbfpnfiafbjdkp
URL Officiel https://chromewebstore.google.com/detail/api-proxy-agent-for-googl/kdhdgaemffmpfmceolgbfpnfiafbjdkp
Description Leverage Chrome App APIs in Normal Web Pages. Visit github page for more information:…
Taille du Fichier 25.93 KB
Nombre d'Installations 1,018
Version Actuelle 0.0.7
Dernière Mise à Jour 2016-06-29
Date de Publication 2016-06-29
Évaluation 4.50/5 Total 14 Évaluations
Développeur webduino.io
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/webduinoio/chrome-api-proxy
URL de la Page d'Aide https://github.com/webduinoio/chrome-api-proxy/issues
Langues Prises en Charge 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"
    }
}