Library Scan: OverDrive + Goodreads
Scan any OverDrive library for available eBooks & audiobooks from your Goodreads to-read shelf.
Library Scan: OverDrive + Goodreads क्या है?
Library Scan: OverDrive + Goodreads Isaac B. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Scan any OverDrive library for available eBooks & audiobooks from your Goodreads to-read shelf."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Library Scan: OverDrive + Goodreads एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
• Find titles immediately available for checkout • Place holds on upcoming books • Filter by media type & availability • Automatic daily scans Support & feature requests available at https://isaacbock.com/library-scan. Source code available at https://github.com/isaacbock/library-scan. Not affiliated with Goodreads or OverDrive, Inc. All data accessed and interpreted is available publicly online. Google Analytics is used to collect extension usage statistics & help improve user experience. To opt-out of Google Analytics tracking, please visit http://tools.google.com/dlpage/gaoptout or set up a filter within an ad blocker tool. — What's new? — • Version 1.0.3 (09/12/21) ◦ Bug fix: only refresh while online • Version 1.0.2 (05/22/21) ◦ Improved book matching algorithm ◦ Improved setup instructions & resources ◦ Enhanced versioning analytics ◦ Bug fix: accurate badge counts ◦ Bug fix: limit auto refreshing after errors • Version 1.0.1 (07/26/20) ◦ Improved analytics • Version 1.0.0 (07/25/20) ◦ Initial release
एक्सटेंशन की मूल जानकारी
नाम | Library Scan: OverDrive + Goodreads |
ID | mfckggnkebdpaocogfekaaicafooeiik |
आधिकारिक URL | https://chromewebstore.google.com/detail/library-scan-overdrive-+/mfckggnkebdpaocogfekaaicafooeiik |
विवरण | Scan any OverDrive library for available eBooks & audiobooks from your Goodreads to-read shelf. |
फ़ाइल का आकार | 766 KB |
स्थापना संख्या | 1,260 |
वर्तमान संस्करण | 1.0.3 |
अंतिम अपडेट | 2021-09-14 |
प्रकाशन तिथि | 2020-07-25 |
रेटिंग | 5.00/5 कुल 10 रेटिंग्स |
डेवलपर | Isaac B. |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://isaacbock.com/library-scan |
सहायता पृष्ठ URL | https://isaacbock.com/library-scan |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Library Scan: OverDrive + Goodreads", "short_name": "Library Scan", "description": "Scan any OverDrive library for available eBooks & audiobooks from your Goodreads to-read shelf.", "version": "1.0.3", "author": "Isaac B.", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_popup": "popup\/popup.html" }, "background": { "scripts": [ "bootstrap\/jquery.min.js", "background\/api_keys.js", "background\/xmlToJson.min.js", "background\/background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "https:\/\/isaacbock.com\/library-scan" ], "js": [ "background\/install.js" ] } ], "permissions": [ "storage", "https:\/\/www.goodreads.com\/*", "https:\/\/*.overdrive.com\/*" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |