Learn pdf opener
Opens pdfs in learn in a new tab
Learn pdf opener là gì?
Learn pdf opener là một tiện ích mở rộng Chrome được phát triển bởi caldwellbenjamin8, và tính năng chính của nó là "Opens pdfs in learn in a new tab".
Tải xuống tệp CRX của tiện ích mở rộng Learn pdf opener
Tải xuống các tệp mở rộng Learn pdf opener dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | bdgfjdopnpnddliipiophkoenicppjfo |
URL Chính Thức | https://chrome.google.com/webstore/detail/learn-pdf-opener/bdgfjdopnpnddliipiophkoenicppjfo |
Mô tả | Opens pdfs in learn in a new tab |
Kích Thước Tệp | 16.52 KB |
Số Lần Cài Đặt | 15 |
Phiên Bản Hiện Tại | 2.0 |
Cập Nhật Lần Cuối | 2015-09-04 |
Ngày Phát Hành | 2015-09-04 |
Đánh Giá | 5.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | caldwellbenjamin8 |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |