Textbooks Please!
This extension makes it easier to find the best price for textbooks.
Co je Textbooks Please!?
Textbooks Please! je rozšíření Chrome vyvinuté http://textbooksplease.com, a jeho hlavní funkcí je „This extension makes it easier to find the best price for textbooks.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Textbooks Please!
Stáhněte si soubory rozšíření Textbooks Please! ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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!
Základní Informace o Rozšíření
Název | |
ID | aejiamnobjmpekohoeohipfnadppajej |
Oficiální URL | https://chrome.google.com/webstore/detail/textbooks-please/aejiamnobjmpekohoeohipfnadppajej |
Popis | This extension makes it easier to find the best price for textbooks. |
Velikost souboru | 41.95 KB |
Počet instalací | 269 |
Aktuální Verze | 2.2 |
Poslední Aktualizace | 2016-08-27 |
Datum Vydání | 2016-08-27 |
Hodnocení | 3.40/5 Celkem 5 Hodnocení |
Vývojář | http://textbooksplease.com |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" ] } |