AStar Library Proxy

AStar library proxy helper

Wat is AStar Library Proxy?

AStar Library Proxy is een Chrome-extensie ontwikkeld door shaohua, en de belangrijkste functie is "AStar library proxy helper".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie AStar Library Proxy

Download AStar Library Proxy-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam AStar Library Proxy AStar Library Proxy
ID lndllnbjgbplcnebcgcbmiojdndicclp
Officiële URL https://chromewebstore.google.com/detail/astar-library-proxy/lndllnbjgbplcnebcgcbmiojdndicclp
Beschrijving AStar library proxy helper
Bestandsgrootte 267 KB
Aantal Installaties 381
Huidige Versie 1.7
Laatst Bijgewerkt 2022-09-21
Publicatiedatum 2020-03-29
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar shaohua
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}