Goodreads

New tab for Goodreads

Wat is Goodreads?

Goodreads is een Chrome-extensie ontwikkeld door pranaypnd, en de belangrijkste functie is "New tab for Goodreads".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Goodreads

Download Goodreads-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Goodreads Goodreads
ID jdnenpheebfpmepknckkemjaocdanemd
Officiële URL https://chrome.google.com/webstore/detail/goodreads/jdnenpheebfpmepknckkemjaocdanemd
Beschrijving New tab for Goodreads
Bestandsgrootte 85.36 KB
Aantal Installaties 25
Huidige Versie 0.1
Laatst Bijgewerkt 2019-05-12
Publicatiedatum 2019-05-12
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar pranaypnd
Betalingswijze free
Ondersteunde Talen 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
}