AStar Library Proxy

AStar library proxy helper

Was ist AStar Library Proxy?

AStar Library Proxy ist eine Chrome-Erweiterung, die von shaohua entwickelt wurde, und ihr Hauptmerkmal ist "AStar library proxy helper".

Erweiterungsscreenshots

screenshot

AStar Library Proxy-Erweiterungs-CRX-Datei herunterladen

Laden Sie AStar Library Proxy-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Click the extension icon and then it will try to bring the browser through the AStar Academic Library Proxy. Logging-in with your astar internal account will be required.

If the tab address is not in the list of publishers supported by A*STAR, then nothing will happen. 
Full list: https://www.a-star.edu.sg/html/Digital-Library/index.html                    

Grundlegende Informationen zur Erweiterung

Name AStar Library Proxy AStar Library Proxy
ID lndllnbjgbplcnebcgcbmiojdndicclp
Offizielle URL https://chromewebstore.google.com/detail/astar-library-proxy/lndllnbjgbplcnebcgcbmiojdndicclp
Beschreibung AStar library proxy helper
Dateigröße 267 KB
Installationsanzahl 381
Aktuelle Version 1.7
Letztes Update 2022-09-21
Veröffentlichungsdatum 2020-03-29
Bewertung 1.00/5 Insgesamt 1 Bewertungen
Entwickler shaohua
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "astar-32x32.png"
    },
    "description": "AStar library proxy helper",
    "name": "AStar Library Proxy",
    "permissions": [
        "activeTab"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.7",
    "manifest_version": 2
}