Books for DC

See if books, ebooks, and audiobooks are available at the DC Public Library while browsing Amazon, Goodreads, or Barnes & Noble.

Books for DCคืออะไร?

Books for DC เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://emanuelfeld.github.io และคุณลักษณะหลักของมันคือ "See if books, ebooks, and audiobooks are available at the DC Public Library while browsing Amazon, Goodreads, or Barnes & Noble."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Books for DC

ดาวน์โหลดไฟล์ส่วนขยาย Books for DC ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        IMPORTANT NOTE: This is for users of the Washington, DC Public Library ONLY.

Like it? Find a bug? Have a suggestion? Let us know! You can send your thoughts either on Twitter @booksfordc or by email, at booksfordc at gmail dot com.

If you appreciate Books for DC, please consider a small contribtion to our tip jar: https://booksfordc.org/contribute.

The Books for DC extension allows you to determine the availability of books, ebooks, and audiobooks at the DC Public Library while browsing Amazon, Goodreads, and Barnes and Noble. 

If the extension finds a match, a link to reserve the resource is provided. You will also see the number of copies at the library and the number currently available. If the extension doesn't find a match, you can search the catalog manually.

This tool is a product of the Books for DC project. We are affiliated with Code for DC and are fans of the DC Public Library.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Books for DC Books for DC
ID plbkclaloadjhljkijjnlingopbahndg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/books-for-dc/plbkclaloadjhljkijjnlingopbahndg
คำอธิบาย See if books, ebooks, and audiobooks are available at the DC Public Library while browsing Amazon, Goodreads, or Barnes & Noble.
ขนาดไฟล์ 49.86 KB
จำนวนการติดตั้ง 237
เวอร์ชันปัจจุบัน 2.3
อัปเดตครั้งล่าสุด 2020-04-30
วันที่เผยแพร่ 2020-04-29
คะแนน 5.00/5 รวมทั้งหมด 22 คะแนน
ผู้พัฒนา https://emanuelfeld.github.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://booksfordc.org?utm_source=chromestore
URL หน้าช่วยเหลือ https://booksfordc.org/welcome-chrome?utm_source=chromestore
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Books for DC",
    "description": "See if books, ebooks, and audiobooks are available at the DC Public Library while browsing Amazon, Goodreads, or Barnes & Noble.",
    "version": "2.3",
    "author": "Emanuel Feld",
    "homepage_url": "https:\/\/booksfordc.org",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "background": {
        "scripts": [
            "scripts\/jquery.min.js",
            "scripts\/background.js"
        ]
    },
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "web_accessible_resources": [
        "options.html",
        "css\/booksfordc.css",
        "scripts\/options.js",
        "scripts\/contribute.js",
        "scripts\/common.js",
        "assets\/ajax-loader.gif",
        "assets\/icon16white.png",
        "options.html"
    ],
    "content_scripts": [
        {
            "css": [
                "css\/booksfordc.css"
            ],
            "js": [
                "scripts\/jquery.min.js",
                "scripts\/common.js"
            ],
            "matches": [
                "http:\/\/*.goodreads.com\/book\/show\/*",
                "https:\/\/*.goodreads.com\/book\/show\/*",
                "http:\/\/*.barnesandnoble.com\/w\/*",
                "https:\/\/*.barnesandnoble.com\/w\/*",
                "http:\/\/*.amazon.com\/*",
                "https:\/\/*.amazon.com\/*",
                "https:\/\/catalog.dclibrary.org\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "http:\/\/*.amazon.com\/*",
        "https:\/\/*.amazon.com\/*",
        "http:\/\/*.barnesandnoble.com\/*",
        "https:\/\/*.barnesandnoble.com\/*",
        "https:\/\/*.dclibrary.org\/*",
        "http:\/\/*.dclibrary.org\/*",
        "http:\/\/*.dclibrary.overdrive.com\/*",
        "https:\/\/*.dclibrary.overdrive.com\/*",
        "http:\/\/*.goodreads.com\/*",
        "https:\/\/*.goodreads.com\/*",
        "http:\/\/*.sirsidynix.net\/*",
        "https:\/\/*.sirsidynix.net\/*",
        "storage"
    ],
    "offline_enabled": false
}