Goodreads

New tab for Goodreads

Cos'è Goodreads?

Goodreads è un'estensione di Chrome sviluppata da pranaypnd, e la sua funzione principale è "New tab for Goodreads".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Goodreads

Scarica i file di estensione Goodreads 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

                        This extension will replace your new tab page with a goodread shelves page. 

# How to use
1.Enter your Name and Goodreads user id.(it is the numeric id in your profile url) to display your public shelves. 
2. You can choose the shelf and the number of books to display.                    

Informazioni di Base sull'Estensione

Nome Goodreads Goodreads
ID jdnenpheebfpmepknckkemjaocdanemd
URL Ufficiale https://chrome.google.com/webstore/detail/goodreads/jdnenpheebfpmepknckkemjaocdanemd
Descrizione New tab for Goodreads
Dimensione del File 85.36 KB
Conteggio Installazioni 25
Versione Corrente 0.1
Ultimo Aggiornamento 2019-05-12
Data di Pubblicazione 2019-05-12
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore pranaypnd
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Goodreads",
    "description": "New tab for Goodreads",
    "icons": {
        "16": "icon.png"
    },
    "version": "0.1",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "https:\/\/www.goodreads.com\/*\/",
        "storage",
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "manifest_version": 2
}