Goodreads for Amazon
See Goodreads reviews on Amazon
Goodreads for Amazonとは何ですか?
Goodreads for Amazonは@rubencodesによって開発されたChromeの拡張機能で、その主な機能は「See Goodreads reviews on Amazon」です。
拡張機能のスクリーンショット
Goodreads for Amazon拡張機能のCRXファイルをダウンロード
Goodreads for Amazon拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Tired of having to lookup Amazon books on Goodreads? With this extension, you can access Goodreads reviews for books directly below Amazon's product descriptions, without having to leave the page.
拡張機能の基本情報
名前 | |
ID | nhoeikgladhciikplajkhippcmfoidlk |
公式URL | https://chrome.google.com/webstore/detail/goodreads-for-amazon/nhoeikgladhciikplajkhippcmfoidlk |
説明 | See Goodreads reviews on Amazon |
ファイルサイズ | 25.16 KB |
インストール数 | 92 |
現在のバージョン | 0.1.5 |
最終更新日 | 2019-08-11 |
公開日 | 2019-08-11 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | @rubencodes |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Goodreads for Amazon", "version": "0.1.5", "manifest_version": 2, "description": "See Goodreads reviews on Amazon", "homepage_url": "https:\/\/ruben.codes", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "css": [ "styles.css" ], "js": [ "content.js" ], "matches": [ "https:\/\/*.amazon.ae\/*", "https:\/\/*.amazon.ca\/*", "https:\/\/*.amazon.cn\/*", "https:\/\/*.amazon.com\/*", "https:\/\/*.amazon.com.au\/*", "https:\/\/*.amazon.com.br\/*", "https:\/\/*.amazon.com.mx\/*", "https:\/\/*.amazon.com.sg\/*", "https:\/\/*.amazon.com.tr\/*", "https:\/\/*.amazon.co.jp\/*", "https:\/\/*.amazon.co.uk\/*", "https:\/\/*.amazon.de\/*", "https:\/\/*.amazon.fr\/*", "https:\/\/*.amazon.es\/*", "https:\/\/*.amazon.in\/*", "https:\/\/*.amazon.it\/*", "https:\/\/*.amazon.nl\/*" ] } ], "permissions": [ "https:\/\/*.goodreads.com\/*" ] } |