Book Finder
Search book recommendations and manage your reading list from any webpage.
Τι είναι το Book Finder;
Το Book Finder είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Book Finder App, και η κύρια λειτουργία του είναι "Search book recommendations and manage your reading list from any webpage.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Book Finder
Λήψη αρχείων επέκτασης Book Finder σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Most book recommendations become forgotten unless you write them down. Keep better track of books you come across on the web and manage your reading list through this simple browser extension. Searching for a book is easy. Start by highlighting text on a webpage, right click, and select 'Find Book'. Now you can save the book to your reading list for later. Use the extension icon to revisit your reading list any time. To avoid this being just another place to keep your reading list, subscribe to 'My Book Reminders' to turn your passive reading list into an active one. Now you'll receive gentle reminders with useful information about the books on your reading list to help you manage and prioritize your books. This helps aid in removing books you may no longer be interested in. Reach out with suggestions and complaints.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Book Finder |
ID | jajeidpjifdpppjofijoffbcndlpoedd |
Επίσημο URL | https://chromewebstore.google.com/detail/book-finder/jajeidpjifdpppjofijoffbcndlpoedd |
Περιγραφή | Search book recommendations and manage your reading list from any webpage. |
Μέγεθος Αρχείου | 123 KB |
Αριθμός Εγκαταστάσεων | 175 |
Τρέχουσα Έκδοση | 0.4.8 |
Τελευταία Ενημέρωση | 2023-07-07 |
Ημερομηνία Δημοσίευσης | 2020-12-02 |
Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | Book Finder App |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en,en-GB,en-US,es,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "0.4.8", "manifest_version": 3, "permissions": [ "contextMenus", "tabs", "storage", "scripting" ], "host_permissions": [ "*:\/\/*\/*" ], "background": { "service_worker": "serviceWorker.bundle.js" }, "content_scripts": [ { "js": [ "content.bundle.js" ], "css": [ "content.css" ], "matches": [ " |