AStar Library Proxy
AStar library proxy helper
什麼是AStar Library Proxy?
AStar Library Proxy是由shaohua開發的Chrome擴展程式,該擴展的主要功能是“AStar library proxy helper”。
擴展截圖
下載AStar Library Proxy擴展crx文件
下載AStar Library Proxy擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 擴展基本資訊
| 名稱 | |
| ID | lndllnbjgbplcnebcgcbmiojdndicclp |
| 官方網址 | https://chromewebstore.google.com/detail/astar-library-proxy/lndllnbjgbplcnebcgcbmiojdndicclp |
| 簡介 | AStar library proxy helper |
| 檔案大小 | 267 KB |
| 安裝次數 | 381 |
| 目前版本 | 1.7 |
| 更新時間 | 2022-09-21 |
| 上架時間 | 2020-03-29 |
| 評分 | 1.00/5 共 1 次評分 |
| 開發者 | shaohua |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | 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
} | |