Goodreads for Amazon

See Goodreads reviews on Amazon

什么是Goodreads for Amazon?

Goodreads for Amazon是由@rubencodes开发的Chrome扩展程序,该扩展的主要功能是“See Goodreads reviews on Amazon”。

扩展截图

screenshot
screenshot
screenshot

下载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.                    

扩展基本信息

名称 Goodreads for Amazon Goodreads for Amazon
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
电子邮箱 [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\/*"
    ]
}