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 |
官方網址 | 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'" } |