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 هو إضافة Chrome تم تطويرها بواسطة Isaac B.، والميزة الرئيسية لها هي "Scan any OverDrive library for available eBooks & audiobooks from your Goodreads to-read shelf.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Library Scan: OverDrive + Goodreads

قم بتنزيل ملفات الامتداد Library Scan: OverDrive + Goodreads بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 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
عنوان صفحة المساعدة 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'"
}