Learn pdf opener
Opens pdfs in learn in a new tab
Learn pdf openerคืออะไร?
Learn pdf opener เป็นส่วนขยายของ Chrome ที่พัฒนาโดย caldwellbenjamin8 และคุณลักษณะหลักของมันคือ "Opens pdfs in learn in a new tab"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Learn pdf opener
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } |