Denver Public Library Lookup

Lookup books at the Denver Public Library while surfing Amazon, Powells, Tattered Cover and other websites

Was ist Denver Public Library Lookup?

Denver Public Library Lookup ist eine Chrome-Erweiterung, die von https://www.artifacting.com entwickelt wurde, und ihr Hauptmerkmal ist "Lookup books at the Denver Public Library while surfing Amazon, Powells, Tattered Cover and other websites".

Erweiterungsscreenshots

screenshot

Denver Public Library Lookup-Erweiterungs-CRX-Datei herunterladen

Laden Sie Denver Public Library Lookup-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Find books on the shelves of Denver Public Library as you browse at Amazon.com, Powells.com, Tattered Cover, and other websites.  Rediscover and make use of a great public resource - the Denver Public Library.  

While looking a books at online stores click on the Denver Public Library logo in the address bar. A new window will open and the title will be automatically be search for at Denver Public Library. 

You can now take advantage of hundreds of reviews and recommendations on popular online book retailers, and simultaneously save money by borrowing books from Denver Public Library.

This extension currently works with:
Amazon.com
Powells.com
Tatteredcover.com
Booksamillion.com
Abebooks.com

If you have another online retailer you would like added please let us know.                    

Grundlegende Informationen zur Erweiterung

Name Denver Public Library Lookup Denver Public Library Lookup
ID pknhdfeakbecfgahlbdfnjfjgbkgllfo
Offizielle URL https://chromewebstore.google.com/detail/denver-public-library-loo/pknhdfeakbecfgahlbdfnjfjgbkgllfo
Beschreibung Lookup books at the Denver Public Library while surfing Amazon, Powells, Tattered Cover and other websites
Dateigröße 29.28 KB
Installationsanzahl 37
Aktuelle Version 0.2
Letztes Update 2013-10-03
Veröffentlichungsdatum 2013-10-03
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://www.artifacting.com
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "page_action": {
        "default_icon": "icon-48.png",
        "default_title": "Denver Public Library Lookup"
    },
    "name": "Denver Public Library Lookup",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "Lookup books at the Denver Public Library while surfing Amazon, Powells, Tattered Cover and other websites",
    "homepage_url": "http:\/\/www.artifacting.com",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "0.2",
    "manifest_version": 2
}