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 |
公式URL | 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" ] } |