Discount Textbooks Finder
Compare textbook prices on new, used and rental textbooks from dozens of retailers.
什么是Discount Textbooks Finder?
Discount Textbooks Finder是由https://discounttextbookfinder.com开发的Chrome扩展程序,该扩展的主要功能是“Compare textbook prices on new, used and rental textbooks from dozens of retailers.”。
扩展截图
下载Discount Textbooks Finder扩展crx文件
下载Discount Textbooks Finder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | |
ID | beiipalliibpmpdpmljabdcamhaaeoof |
官方URL | https://chrome.google.com/webstore/detail/discount-textbooks-finder/beiipalliibpmpdpmljabdcamhaaeoof |
简介 | Compare textbook prices on new, used and rental textbooks from dozens of retailers. |
文件大小 | 1.71 MB |
安装次数 | 147 |
当前版本 | 0.1.0 |
更新时间 | 2018-12-23 |
上架时间 | 2018-12-23 |
评分 | 4.20/5 共5次评分 |
开发者 | https://discounttextbookfinder.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://discounttextbookfinder.com |
帮助页面URL | https://docs.google.com/forms/d/e/1FAIpQLSffP3XI4EFOIw8PMwS881-EcAKs44Mhk2NMeebWSMxgRfHyjw/viewform |
隐私政策页面URL | http://[email protected] |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Compare textbook prices on new, used and rental textbooks from dozens of retailers.", "version": "0.1.0", "name": "Discount Textbooks Finder", "options_page": "options.html", "background": { "page": "background.html" }, "browser_action": { "default_popup": "popup.html", "default_icon": "icon-34.png" }, "permissions": [ "contextMenus", "tabs" ], "icons": { "128": "icon-128.png" }, "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |