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”。
擴展截圖
下載Denver Public Library Lookup擴展crx文件
下載Denver Public Library Lookup擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
ID | pknhdfeakbecfgahlbdfnjfjgbkgllfo |
官方網址 | 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 } |