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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |