Denver Public Library Lookup

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

Denver Public Library Lookup란 무엇입니까?

Denver Public Library Lookup은(는) https://www.artifacting.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Lookup books at the Denver Public Library while surfing Amazon, Powells, Tattered Cover and other websites"입니다.

확장 프로그램 스크린샷

screenshot

Denver Public Library Lookup 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Denver Public Library Lookup Denver Public Library Lookup
ID pknhdfeakbecfgahlbdfnjfjgbkgllfo
공식 URL https://chromewebstore.google.com/detail/denver-public-library-loo/pknhdfeakbecfgahlbdfnjfjgbkgllfo
설명 Lookup books at the Denver Public Library while surfing Amazon, Powells, Tattered Cover and other websites
파일 크기 29.28 KB
설치 횟수 37
현재 버전 0.2
최근 업데이트 2013-10-03
출시 날짜 2013-10-03
평점 5.00/5 총 1 개의 평점
개발자 https://www.artifacting.com
결제 유형 free
지원되는 언어 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
}