LEARN PDF auto-opener

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

LEARN PDF auto-opener란 무엇입니까?

LEARN PDF auto-opener은(는) tfinlay에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically opens PDFs that are embedded in pages on the University of Canterbury's LEARN site."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

LEARN PDF auto-opener 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 LEARN PDF auto-opener LEARN PDF auto-opener
ID habgfdbalglmgeglhkjbgenlnjkcpjpg
공식 URL https://chromewebstore.google.com/detail/learn-pdf-auto-opener/habgfdbalglmgeglhkjbgenlnjkcpjpg
설명 Automatically opens PDFs that are embedded in pages on the University of Canterbury's LEARN site.
파일 크기 1.27 MB
설치 횟수 1,015
현재 버전 3.0.0
최근 업데이트 2022-10-18
출시 날짜 2021-03-31
평점 5.00/5 총 18 개의 평점
개발자 tfinlay
이메일 thomas@tfinlay.io
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/tfinlay/LEARN-pdf-auto-opener
지원되는 언어 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\/*"
    ]
}