Libit

Switch to UTS Library Proxy

Libit là gì?

Libit là một tiện ích mở rộng Chrome được phát triển bởi Chunyang, và tính năng chính của nó là "Switch to UTS Library Proxy".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Libit

Tải xuống các tệp mở rộng Libit dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        This is an extension for students of University of Technology, Sydney (UTS). The UTS library provides a proxy for students to access some scholar resources, such as ACM Digital Library and IEEExplore, which are unable to be downloaded without using the proxy. Although we can manually change the URL, this extension open a new page to visit the current page via the UTS Library proxy by 1-Click.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Libit Libit
ID hkbiioaejcpafioeafbhdjpmpfhgjnao
URL Chính Thức https://chromewebstore.google.com/detail/libit/hkbiioaejcpafioeafbhdjpmpfhgjnao
Mô tả Switch to UTS Library Proxy
Kích Thước Tệp 4.02 KB
Số Lần Cài Đặt 24
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2015-04-10
Ngày Phát Hành 2015-04-10
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Chunyang
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Libit",
    "version": "1.0",
    "description": "Switch to UTS Library Proxy",
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_title": "Libit",
        "default_icon": "icon.png",
        "default_popup": "container.html"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}