Textbooks Please!
This extension makes it easier to find the best price for textbooks.
Cos'è Textbooks Please!?
Textbooks Please! è un'estensione di Chrome sviluppata da http://textbooksplease.com, e la sua funzione principale è "This extension makes it easier to find the best price for textbooks.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Textbooks Please!
Scarica i file di estensione Textbooks Please! in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | |
ID | aejiamnobjmpekohoeohipfnadppajej |
URL Ufficiale | https://chrome.google.com/webstore/detail/textbooks-please/aejiamnobjmpekohoeohipfnadppajej |
Descrizione | This extension makes it easier to find the best price for textbooks. |
Dimensione del File | 41.95 KB |
Conteggio Installazioni | 269 |
Versione Corrente | 2.2 |
Ultimo Aggiornamento | 2016-08-27 |
Data di Pubblicazione | 2016-08-27 |
Valutazione | 3.40/5 Totale 5 Valutazioni |
Sviluppatore | http://textbooksplease.com |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |