goodreads-add-to-calendar

Add a book that has an expected publication date to google calendar

Τι είναι το goodreads-add-to-calendar;

Το goodreads-add-to-calendar είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον caleb.morris.g, και η κύρια λειτουργία του είναι "Add a book that has an expected publication date to google calendar".

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

screenshot

Λήψη αρχείου CRX της επέκτασης goodreads-add-to-calendar

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

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

                        Whenever you are looking forward to a book that will come out soon, but you want to add a google calendar event to make sure you remember to go get a copy.
This extension adds a calendar button that generates a formatted google calendar event that you can just add notifications and save.                    

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

Όνομα goodreads-add-to-calendar goodreads-add-to-calendar
ID edajfomhcjehokcaceoknjpppbelnoop
Επίσημο URL https://chrome.google.com/webstore/detail/goodreads-add-to-calendar/edajfomhcjehokcaceoknjpppbelnoop
Περιγραφή Add a book that has an expected publication date to google calendar
Μέγεθος Αρχείου 11.61 KB
Αριθμός Εγκαταστάσεων 19
Τρέχουσα Έκδοση 0.1.1
Τελευταία Ενημέρωση 2015-06-04
Ημερομηνία Δημοσίευσης 2015-06-04
Προγραμματιστής caleb.morris.g
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "goodreads-add-to-calendar",
    "description": "Add a book that has an expected publication date to google calendar",
    "version": "0.1.1",
    "permissions": [
        "fontSettings"
    ],
    "web_accessible_resources": [
        "src\/*",
        "assets\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.goodreads.com\/book\/show\/*"
            ],
            "css": [
                "src\/css\/add-button.css"
            ],
            "js": [
                "src\/scripts\/add-button.js"
            ]
        }
    ]
}