Learn pdf opener
Opens pdfs in learn in a new tab
Qu'est-ce que Learn pdf opener ?
Learn pdf opener est une extension Chrome développée par caldwellbenjamin8, et sa fonction principale est "Opens pdfs in learn in a new tab".
Télécharger le fichier CRX de l'extension Learn pdf opener
Téléchargez les fichiers d'extension Learn pdf opener au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | bdgfjdopnpnddliipiophkoenicppjfo |
URL Officiel | https://chrome.google.com/webstore/detail/learn-pdf-opener/bdgfjdopnpnddliipiophkoenicppjfo |
Description | Opens pdfs in learn in a new tab |
Taille du Fichier | 16.52 KB |
Nombre d'Installations | 15 |
Version Actuelle | 2.0 |
Dernière Mise à Jour | 2015-09-04 |
Date de Publication | 2015-09-04 |
Évaluation | 5.00/5 Total 5 Évaluations |
Développeur | caldwellbenjamin8 |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |