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
扩展基本信息
名称 | AStar Library Proxy |
ID | lndllnbjgbplcnebcgcbmiojdndicclp |
官方URL | 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 } |