Goodreads

New tab for Goodreads

Τι είναι το Goodreads;

Το Goodreads είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον pranaypnd, και η κύρια λειτουργία του είναι "New tab for Goodreads".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Goodreads

Λήψη αρχείων επέκτασης Goodreads σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Goodreads Goodreads
ID jdnenpheebfpmepknckkemjaocdanemd
Επίσημο URL https://chrome.google.com/webstore/detail/goodreads/jdnenpheebfpmepknckkemjaocdanemd
Περιγραφή New tab for Goodreads
Μέγεθος Αρχείου 85.36 KB
Αριθμός Εγκαταστάσεων 25
Τρέχουσα Έκδοση 0.1
Τελευταία Ενημέρωση 2019-05-12
Ημερομηνία Δημοσίευσης 2019-05-12
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής pranaypnd
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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
}