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 |
官方網址 | 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 |
電子郵箱 | [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\/*" ] } |