AStar Library Proxy
AStar library proxy helper
Vad är AStar Library Proxy?
AStar Library Proxy är en Chrome-tillägg utvecklad av shaohua, och dess huvudfunktion är "AStar library proxy helper".
Tilläggsskärmbilder
Ladda ner AStar Library Proxy-förlängningens CRX-fil
Ladda ner AStar Library Proxy-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | lndllnbjgbplcnebcgcbmiojdndicclp |
| Officiell webbadress | https://chromewebstore.google.com/detail/astar-library-proxy/lndllnbjgbplcnebcgcbmiojdndicclp |
| Beskrivning | AStar library proxy helper |
| Filstorlek | 267 KB |
| Antal Installationer | 381 |
| Aktuell Version | 1.7 |
| Senast Uppdaterad | 2022-09-21 |
| Publiceringsdatum | 2020-03-29 |
| Betyg | 1.00/5 Totalt 1 Betyg |
| Utvecklare | shaohua |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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
} | |