MIT Textbooks
Clickable class names on any website!
MIT Textbooksคืออะไร?
MIT Textbooks เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://textbooksearch.mit.edu และคุณลักษณะหลักของมันคือ "Clickable class names on any website!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MIT Textbooks
ดาวน์โหลดไฟล์ส่วนขยาย MIT Textbooks ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
MIT Textbooks is a search engine for all your classes, as well as a marketplace for buying and selling new and used textbooks from other MIT students and online vendors. We try to find you the best price, as well as the most convenient delivery options for all your class textbooks. Searching for a class pulls up all the information you could ever want, along with links to the cheapest copies of the textbooks available online. If you search for a group of classes, you can also export them to CourseRoad, name and share them, or view and export them to your calendar. This extension will make all references to MIT classes on the Internet clickable, as well as add MIT Textbooks as a shortcut ('tb') to the omnibar. MIT Textbooks is not officially affiliated with MIT in any way (other than that the creator is a student!).
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | MIT Textbooks |
ID | ndgcomkciihbdocdhnhaekkkgblcgcml |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/mit-textbooks/ndgcomkciihbdocdhnhaekkkgblcgcml |
คำอธิบาย | Clickable class names on any website! |
ขนาดไฟล์ | 97.64 KB |
จำนวนการติดตั้ง | 117 |
เวอร์ชันปัจจุบัน | 1.5.19 |
อัปเดตครั้งล่าสุด | 2017-04-07 |
วันที่เผยแพร่ | 2017-04-06 |
คะแนน | 4.50/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | https://textbooksearch.mit.edu |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://textbooksearch.mit.edu/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MIT Textbooks", "short_name": "MIT Textbooks", "version": "1.5.19", "manifest_version": 2, "description": "Clickable class names on any website!", "author": "Yasyf Mohamedali", "homepage_url": "http:\/\/textbooksearch.mit.edu\/", "permissions": [ "*:\/\/*\/*" ], "omnibox": { "keyword": "tb" }, "icons": { "16": "assets\/icons\/16.png", "48": "assets\/icons\/48.png", "128": "assets\/icons\/128.png" }, "content_scripts": [ { "matches": [ "*:\/\/textbooksearch.mit.edu\/*" ], "js": [ "assets\/js\/hide_button.js" ], "run_at": "document_end" }, { "matches": [ "*:\/\/*\/*" ], "exclude_matches": [ "*:\/\/*.mit.edu\/*", "*:\/\/*.google.com\/*", "*:\/\/*\/owa\/*", "*:\/\/0.0.0.0:*\/*", "*:\/\/localhost:*\/*" ], "js": [ "assets\/js\/jquery-2.1.1.min.js", "assets\/js\/jquery.qtip.min.js", "assets\/js\/inject.js" ], "css": [ "assets\/css\/jquery.qtip.min.css" ], "run_at": "document_end" } ], "background": { "persistent": false, "scripts": [ "assets\/js\/background.js" ] }, "web_accessible_resources": [ "assets\/img\/*.png" ] } |