Goodreads for Amazon

See Goodreads reviews on Amazon

Cos'è Goodreads for Amazon?

Goodreads for Amazon è un'estensione di Chrome sviluppata da @rubencodes, e la sua funzione principale è "See Goodreads reviews on Amazon".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Goodreads for Amazon

Scarica i file di estensione Goodreads for Amazon in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Goodreads for Amazon Goodreads for Amazon
ID nhoeikgladhciikplajkhippcmfoidlk
URL Ufficiale https://chrome.google.com/webstore/detail/goodreads-for-amazon/nhoeikgladhciikplajkhippcmfoidlk
Descrizione See Goodreads reviews on Amazon
Dimensione del File 25.16 KB
Conteggio Installazioni 92
Versione Corrente 0.1.5
Ultimo Aggiornamento 2019-08-11
Data di Pubblicazione 2019-08-11
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore @rubencodes
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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\/*"
    ]
}