Textbooks Please!
This extension makes it easier to find the best price for textbooks.
¿Qué es Textbooks Please!?
Textbooks Please! es una extensión de Chrome desarrollada por http://textbooksplease.com, y su función principal es "This extension makes it easier to find the best price for textbooks.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Textbooks Please!
Descarga archivos de extensión Textbooks Please! en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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!
Información Básica de la Extensión
Nombre | |
ID | aejiamnobjmpekohoeohipfnadppajej |
URL Oficial | https://chrome.google.com/webstore/detail/textbooks-please/aejiamnobjmpekohoeohipfnadppajej |
Descripción | This extension makes it easier to find the best price for textbooks. |
Tamaño del Archivo | 41.95 KB |
Cantidad de Instalaciones | 269 |
Versión Actual | 2.2 |
Última Actualización | 2016-08-27 |
Fecha de Publicación | 2016-08-27 |
Calificación | 3.40/5 Total de 5 Calificaciones |
Desarrollador | http://textbooksplease.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } |