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 |
Eメール | [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'" } |