LEARN PDF auto-opener

Automatically opens PDFs that are embedded in pages on the University of Canterbury's LEARN site.

LEARN PDF auto-opener là gì?

LEARN PDF auto-opener là một tiện ích mở rộng Chrome được phát triển bởi tfinlay, và tính năng chính của nó là "Automatically opens PDFs that are embedded in pages on the University of Canterbury's LEARN site.".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng LEARN PDF auto-opener

Tải xuống các tệp mở rộng LEARN PDF auto-opener 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

                        A handy Chrome extension that automatically opens PDF files on LEARN in Chrome instead of showing them embedded in the page or downloading them.

Please note: this extension is not affiliated with or endorsed by the University of Canterbury.                    

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

Tên LEARN PDF auto-opener LEARN PDF auto-opener
ID habgfdbalglmgeglhkjbgenlnjkcpjpg
URL Chính Thức https://chromewebstore.google.com/detail/learn-pdf-auto-opener/habgfdbalglmgeglhkjbgenlnjkcpjpg
Mô tả Automatically opens PDFs that are embedded in pages on the University of Canterbury's LEARN site.
Kích Thước Tệp 1.27 MB
Số Lần Cài Đặt 1,015
Phiên Bản Hiện Tại 3.0.0
Cập Nhật Lần Cuối 2022-10-18
Ngày Phát Hành 2021-03-31
Đánh Giá 5.00/5 Tổng số 18 Đánh Giá
Nhà Phát Triển tfinlay
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/tfinlay/LEARN-pdf-auto-opener
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Automatically opens PDFs that are embedded in pages on the University of Canterbury's LEARN site.",
    "manifest_version": 3,
    "name": "LEARN PDF auto-opener",
    "version": "3.0.0",
    "homepage_url": "https:\/\/github.com\/tfinlay",
    "icons": {
        "48": "icon.0fe3559e.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.learn.canterbury.ac.nz\/*"
            ],
            "js": [
                "opener.b8edac08.js"
            ],
            "css": []
        }
    ],
    "background": {
        "service_worker": "background.1f555568.js",
        "type": "module"
    },
    "action": {
        "default_icon": {
            "48": "icon.0fe3559e.png"
        },
        "default_title": "PDF Auto-Opener",
        "default_popup": "popup.751bad9b.html"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "{f5023a98-32bf-4840-ae57-3273f6092289}",
            "update_url": "https:\/\/tfinlay.github.io\/WebExtensions\/learn_pdf_helper\/updates.json"
        }
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "learn_force_download",
                "enabled": true,
                "path": "learn_dnr_rule.6f7e4485.json"
            }
        ]
    },
    "permissions": [
        "storage",
        "declarativeNetRequestWithHostAccess",
        "webRequest"
    ],
    "optional_host_permissions": [
        "https:\/\/www.google-analytics.com\/collect"
    ],
    "host_permissions": [
        "*:\/\/*.learn.canterbury.ac.nz\/*"
    ]
}