AStar Library Proxy
AStar library proxy helper
Apa itu AStar Library Proxy?
AStar Library Proxy adalah ekstensi Chrome yang dikembangkan oleh shaohua, dan fitur utamanya adalah "AStar library proxy helper".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi AStar Library Proxy
Unduh file ekstensi AStar Library Proxy dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | AStar Library Proxy |
ID | lndllnbjgbplcnebcgcbmiojdndicclp |
URL Resmi | https://chromewebstore.google.com/detail/astar-library-proxy/lndllnbjgbplcnebcgcbmiojdndicclp |
Deskripsi | AStar library proxy helper |
Ukuran File | 267 KB |
Jumlah Instalasi | 381 |
Versi Saat Ini | 1.7 |
Terakhir Diperbarui | 2022-09-21 |
Tanggal Publikasi | 2020-03-29 |
Penilaian | 1.00/5 Total 1 Penilaian |
Pengembang | shaohua |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } |