Goodreads

New tab for Goodreads

Vad är Goodreads?

Goodreads är en Chrome-tillägg utvecklad av pranaypnd, och dess huvudfunktion är "New tab for Goodreads".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Goodreads-förlängningens CRX-fil

Ladda ner Goodreads-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Goodreads Goodreads
ID jdnenpheebfpmepknckkemjaocdanemd
Officiell webbadress https://chrome.google.com/webstore/detail/goodreads/jdnenpheebfpmepknckkemjaocdanemd
Beskrivning New tab for Goodreads
Filstorlek 85.36 KB
Antal Installationer 25
Aktuell Version 0.1
Senast Uppdaterad 2019-05-12
Publiceringsdatum 2019-05-12
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare pranaypnd
Betalningssätt free
Stödda Språk 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
}