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 |
公式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 } |