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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically opens PDFs that are embedded in pages on the University of Canterbury's LEARN site."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में LEARN PDF auto-opener एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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 |
ईमेल | [email protected] |
भुगतान के प्रकार | 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\/*" ] } |