Textbooks Please!
This extension makes it easier to find the best price for textbooks.
什么是Textbooks Please!?
Textbooks Please!是由http://textbooksplease.com开发的Chrome扩展程序,该扩展的主要功能是“This extension makes it easier to find the best price for textbooks.”。
扩展截图
下载Textbooks Please!扩展crx文件
下载Textbooks Please!扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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!
扩展基本信息
名称 | |
ID | aejiamnobjmpekohoeohipfnadppajej |
官方URL | https://chrome.google.com/webstore/detail/textbooks-please/aejiamnobjmpekohoeohipfnadppajej |
简介 | This extension makes it easier to find the best price for textbooks. |
文件大小 | 41.95 KB |
安装次数 | 269 |
当前版本 | 2.2 |
更新时间 | 2016-08-27 |
上架时间 | 2016-08-27 |
评分 | 3.40/5 共5次评分 |
开发者 | http://textbooksplease.com |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" ] } |