Textbooks Please!
This extension makes it easier to find the best price for textbooks.
Was ist Textbooks Please!?
Textbooks Please! ist eine Chrome-Erweiterung, die von http://textbooksplease.com entwickelt wurde, und ihr Hauptmerkmal ist "This extension makes it easier to find the best price for textbooks.".
Erweiterungsscreenshots
Textbooks Please!-Erweiterungs-CRX-Datei herunterladen
Laden Sie Textbooks Please!-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | |
ID | aejiamnobjmpekohoeohipfnadppajej |
Offizielle URL | https://chrome.google.com/webstore/detail/textbooks-please/aejiamnobjmpekohoeohipfnadppajej |
Beschreibung | This extension makes it easier to find the best price for textbooks. |
Dateigröße | 41.95 KB |
Installationsanzahl | 269 |
Aktuelle Version | 2.2 |
Letztes Update | 2016-08-27 |
Veröffentlichungsdatum | 2016-08-27 |
Bewertung | 3.40/5 Insgesamt 5 Bewertungen |
Entwickler | http://textbooksplease.com |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |