Book Finder
Search book recommendations and manage your reading list from any webpage.
Book Finder क्या है?
Book Finder Book Finder App द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Search book recommendations and manage your reading list from any webpage."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Book Finder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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": [ " |