Learn pdf opener

Opens pdfs in learn in a new tab

Wat is Learn pdf opener?

Learn pdf opener is een Chrome-extensie ontwikkeld door caldwellbenjamin8, en de belangrijkste functie is "Opens pdfs in learn in a new tab".

Download het CRX-bestand van de extensie Learn pdf opener

Download Learn pdf opener-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Open the pdf you are currently viewing on uwaterloo learn in a new tab. To use either click on the icon or press control+shift+M or command+shift+M on mac. To change your keyboard shortcut go to chrome://extensions and key assignment for Open pdf in new tab under Learn pdf opener, using the 'Keyboard shortcuts' link at the bottom right of the page.                    

Basisinformatie over de Extensie

Naam Learn pdf opener Learn pdf opener
ID bdgfjdopnpnddliipiophkoenicppjfo
Officiële URL https://chrome.google.com/webstore/detail/learn-pdf-opener/bdgfjdopnpnddliipiophkoenicppjfo
Beschrijving Opens pdfs in learn in a new tab
Bestandsgrootte 16.52 KB
Aantal Installaties 15
Huidige Versie 2.0
Laatst Bijgewerkt 2015-09-04
Publicatiedatum 2015-09-04
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar caldwellbenjamin8
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Learn pdf opener",
    "description": "Opens pdfs in learn in a new tab",
    "version": "2.0",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "index.js"
        ],
        "persistent": false
    },
    "commands": {
        "open-pdf": {
            "suggested_key": {
                "default": "Ctrl+Shift+M",
                "windows": "Ctrl+Shift+M",
                "mac": "Command+Shift+M",
                "chromeos": "Ctrl+Shift+M",
                "linux": "Ctrl+Shift+M"
            },
            "description": "Open pdf in new tab"
        }
    },
    "permissions": [
        "activeTab"
    ]
}