AStar Library Proxy

AStar library proxy helper

Co to jest AStar Library Proxy?

AStar Library Proxy to rozszerzenie Chrome opracowane przez shaohua, a jego główną funkcją jest „AStar library proxy helper”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia AStar Library Proxy

Pobierz pliki rozszerzeń AStar Library Proxy w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa AStar Library Proxy AStar Library Proxy
ID lndllnbjgbplcnebcgcbmiojdndicclp
Oficjalny URL https://chromewebstore.google.com/detail/astar-library-proxy/lndllnbjgbplcnebcgcbmiojdndicclp
Opis AStar library proxy helper
Rozmiar pliku 267 KB
Liczba instalacji 381
Aktualna Wersja 1.7
Ostatnia Aktualizacja 2022-09-21
Data Publikacji 2020-03-29
Ocena 1.00/5 Łącznie 1 Oceny
Deweloper shaohua
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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
}