Goodreads

New tab for Goodreads

Qu'est-ce que Goodreads ?

Goodreads est une extension Chrome développée par pranaypnd, et sa fonction principale est "New tab for Goodreads".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Goodreads

Téléchargez les fichiers d'extension Goodreads au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Goodreads Goodreads
ID jdnenpheebfpmepknckkemjaocdanemd
URL Officiel https://chrome.google.com/webstore/detail/goodreads/jdnenpheebfpmepknckkemjaocdanemd
Description New tab for Goodreads
Taille du Fichier 85.36 KB
Nombre d'Installations 25
Version Actuelle 0.1
Dernière Mise à Jour 2019-05-12
Date de Publication 2019-05-12
Évaluation 5.00/5 Total 1 Évaluations
Développeur pranaypnd
Type de Paiement free
Langues Prises en Charge 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
}