AStar Library Proxy

AStar library proxy helper

Cos'è AStar Library Proxy?

AStar Library Proxy è un'estensione di Chrome sviluppata da shaohua, e la sua funzione principale è "AStar library proxy helper".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione AStar Library Proxy

Scarica i file di estensione AStar Library Proxy in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome AStar Library Proxy AStar Library Proxy
ID lndllnbjgbplcnebcgcbmiojdndicclp
URL Ufficiale https://chromewebstore.google.com/detail/astar-library-proxy/lndllnbjgbplcnebcgcbmiojdndicclp
Descrizione AStar library proxy helper
Dimensione del File 267 KB
Conteggio Installazioni 381
Versione Corrente 1.7
Ultimo Aggiornamento 2022-09-21
Data di Pubblicazione 2020-03-29
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore shaohua
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}