AStar Library Proxy

AStar library proxy helper

What is AStar Library Proxy?

AStar Library Proxy is a Chrome extension developed by shaohua, and its main feature is "AStar library proxy helper".

Extension Screenshots

screenshot

Download AStar Library Proxy Extension CRX File

Download AStar Library Proxy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name AStar Library Proxy AStar Library Proxy
ID lndllnbjgbplcnebcgcbmiojdndicclp
Official URL https://chromewebstore.google.com/detail/astar-library-proxy/lndllnbjgbplcnebcgcbmiojdndicclp
Description AStar library proxy helper
File Size 267 KB
Installation Count 381
Current Version 1.7
Last Updated 2022-09-21
Publish Date 2020-03-29
Rating 1.00/5 Total 1 Ratings
Developer shaohua
Email [email protected]
Payment Type free
Supported Languages 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
}