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"
    }
}