Goodreads for Amazon

See Goodreads reviews on Amazon

Goodreads for Amazonคืออะไร?

Goodreads for Amazon เป็นส่วนขยายของ Chrome ที่พัฒนาโดย @rubencodes และคุณลักษณะหลักของมันคือ "See Goodreads reviews on Amazon"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Goodreads for Amazon

ดาวน์โหลดไฟล์ส่วนขยาย 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\/*"
    ]
}