Learn pdf opener
Opens pdfs in learn in a new tab
O que é Learn pdf opener?
Learn pdf opener é uma extensão do Chrome desenvolvida por caldwellbenjamin8, e sua principal característica é "Opens pdfs in learn in a new tab".
Baixar o arquivo CRX da Extensão Learn pdf opener
Baixe arquivos de extensão Learn pdf opener no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | bdgfjdopnpnddliipiophkoenicppjfo |
URL Oficial | https://chrome.google.com/webstore/detail/learn-pdf-opener/bdgfjdopnpnddliipiophkoenicppjfo |
Descrição | Opens pdfs in learn in a new tab |
Tamanho do Arquivo | 16.52 KB |
Contagem de Instalações | 15 |
Versão Atual | 2.0 |
Última Atualização | 2015-09-04 |
Data de Publicação | 2015-09-04 |
Classificação | 5.00/5 Total de 5 Avaliações |
Desenvolvedor | caldwellbenjamin8 |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |