Textbooks Please!
This extension makes it easier to find the best price for textbooks.
What is Textbooks Please!?
Textbooks Please! is a Chrome extension developed by http://textbooksplease.com, and its main feature is "This extension makes it easier to find the best price for textbooks.".
Extension Screenshots
Download Textbooks Please! Extension CRX File
Download Textbooks Please! extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
College textbooks are expensive, but they can be much cheaper online. If this extension detects a page with a list of textbooks, it will collect the best prices on the web from over 40 online book retailers to find the best deal possible. You can save hundreds of dollars every semester!
Extension Basic Information
Name | |
ID | aejiamnobjmpekohoeohipfnadppajej |
Official URL | https://chrome.google.com/webstore/detail/textbooks-please/aejiamnobjmpekohoeohipfnadppajej |
Description | This extension makes it easier to find the best price for textbooks. |
File Size | 41.95 KB |
Installation Count | 269 |
Current Version | 2.2 |
Last Updated | 2016-08-27 |
Publish Date | 2016-08-27 |
Rating | 3.40/5 Total 5 Ratings |
Developer | http://textbooksplease.com |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Textbooks Please!", "description": "This extension makes it easier to find the best price for textbooks.", "version": "2.2", "icons": { "128": "icon.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ] } ], "permissions": [ "tabs", "http:\/\/textbooksplease.com\/*" ], "web_accessible_resources": [ "icon80.png" ] } |