AStar Library Proxy

AStar library proxy helper

Qu'est-ce que AStar Library Proxy ?

AStar Library Proxy est une extension Chrome développée par shaohua, et sa fonction principale est "AStar library proxy helper".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension AStar Library Proxy

Téléchargez les fichiers d'extension AStar Library Proxy 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

                        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                    

Informations de Base sur l'Extension

Nom AStar Library Proxy AStar Library Proxy
ID lndllnbjgbplcnebcgcbmiojdndicclp
URL Officiel https://chromewebstore.google.com/detail/astar-library-proxy/lndllnbjgbplcnebcgcbmiojdndicclp
Description AStar library proxy helper
Taille du Fichier 267 KB
Nombre d'Installations 381
Version Actuelle 1.7
Dernière Mise à Jour 2022-09-21
Date de Publication 2020-03-29
Évaluation 1.00/5 Total 1 Évaluations
Développeur shaohua
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}