Goodreads for Amazon

See Goodreads reviews on Amazon

Goodreads for Amazon là gì?

Goodreads for Amazon là một tiện ích mở rộng Chrome được phát triển bởi @rubencodes, và tính năng chính của nó là "See Goodreads reviews on Amazon".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Goodreads for Amazon

Tải xuống các tệp mở rộng Goodreads for Amazon dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Goodreads for Amazon Goodreads for Amazon
ID nhoeikgladhciikplajkhippcmfoidlk
URL Chính Thức https://chrome.google.com/webstore/detail/goodreads-for-amazon/nhoeikgladhciikplajkhippcmfoidlk
Mô tả See Goodreads reviews on Amazon
Kích Thước Tệp 25.16 KB
Số Lần Cài Đặt 92
Phiên Bản Hiện Tại 0.1.5
Cập Nhật Lần Cuối 2019-08-11
Ngày Phát Hành 2019-08-11
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển @rubencodes
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}