Textbooks Please!
This extension makes it easier to find the best price for textbooks.
Τι είναι το Textbooks Please!;
Το Textbooks Please! είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://textbooksplease.com, και η κύρια λειτουργία του είναι "This extension makes it easier to find the best price for textbooks.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Textbooks Please!
Λήψη αρχείων επέκτασης Textbooks Please! σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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!
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | aejiamnobjmpekohoeohipfnadppajej |
Επίσημο URL | https://chrome.google.com/webstore/detail/textbooks-please/aejiamnobjmpekohoeohipfnadppajej |
Περιγραφή | This extension makes it easier to find the best price for textbooks. |
Μέγεθος Αρχείου | 41.95 KB |
Αριθμός Εγκαταστάσεων | 269 |
Τρέχουσα Έκδοση | 2.2 |
Τελευταία Ενημέρωση | 2016-08-27 |
Ημερομηνία Δημοσίευσης | 2016-08-27 |
Αξιολόγηση | 3.40/5 Συνολικά 5 Αξιολογήσεις |
Προγραμματιστής | http://textbooksplease.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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" ] } |