Learn pdf opener
Opens pdfs in learn in a new tab
什麼是Learn pdf opener?
Learn pdf opener是由caldwellbenjamin8開發的Chrome擴展程式,該擴展的主要功能是“Opens pdfs in learn in a new tab”。
下載Learn pdf opener擴展crx文件
下載Learn pdf opener擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | bdgfjdopnpnddliipiophkoenicppjfo |
官方網址 | https://chrome.google.com/webstore/detail/learn-pdf-opener/bdgfjdopnpnddliipiophkoenicppjfo |
簡介 | Opens pdfs in learn in a new tab |
檔案大小 | 16.52 KB |
安裝次數 | 15 |
目前版本 | 2.0 |
更新時間 | 2015-09-04 |
上架時間 | 2015-09-04 |
評分 | 5.00/5 共 5 次評分 |
開發者 | caldwellbenjamin8 |
付費類型 | free |
支援的語言 | 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" ] } |