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 |
| 公式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 |
| Eメール | [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
} | |