AStar Library Proxy

AStar library proxy helper

AStar Library Proxyคืออะไร?

AStar Library Proxy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย shaohua และคุณลักษณะหลักของมันคือ "AStar library proxy helper"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AStar Library Proxy

ดาวน์โหลดไฟล์ส่วนขยาย 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 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
}