Stanford GSB Library Chrome Extension

Stanford GSB Library Chrome Extension

Stanford GSB Library Chrome Extension là gì?

Stanford GSB Library Chrome Extension là một tiện ích mở rộng Chrome được phát triển bởi Stanford GSB Library, và tính năng chính của nó là "Stanford GSB Library Chrome Extension".

Ả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 Stanford GSB Library Chrome Extension

Tải xuống các tệp mở rộng Stanford GSB Library Chrome Extension 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

                        The extension provides quick links to popular resources of Stanford GSB Library.                    

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

Tên Stanford GSB Library Chrome Extension Stanford GSB Library Chrome Extension
ID nalkmhejglbfmhpannfofkgmhomjeaea
URL Chính Thức https://chromewebstore.google.com/detail/stanford-gsb-library-chro/nalkmhejglbfmhpannfofkgmhomjeaea
Mô tả Stanford GSB Library Chrome Extension
Kích Thước Tệp 324 KB
Số Lần Cài Đặt 1,075
Phiên Bản Hiện Tại 5.4
Cập Nhật Lần Cuối 2023-10-13
Ngày Phát Hành 2019-04-05
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Stanford GSB Library
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://libguides.stanford.edu/extension
URL Trang Chính Sách Bảo Mật https://www.stanford.edu/site/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Stanford GSB Library Chrome Extension",
    "description": "Stanford GSB Library Chrome Extension",
    "version": "5.4",
    "background": {
        "service_worker": "js\/main.js",
        "type": "module"
    },
    "action": {
        "default_icon": {
            "16": "img\/icon\/16.png",
            "32": "img\/icon\/32.png"
        },
        "default_popup": "popup.html",
        "default_title": "Stanford GSB Library"
    },
    "icons": {
        "16": "img\/icon\/16.png",
        "48": "img\/icon\/48.png",
        "128": "img\/icon\/128.png"
    },
    "permissions": [
        "storage",
        "alarms"
    ]
}