goodreads-add-to-calendar

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

Was ist goodreads-add-to-calendar?

goodreads-add-to-calendar ist eine Chrome-Erweiterung, die von caleb.morris.g entwickelt wurde, und ihr Hauptmerkmal ist "Add a book that has an expected publication date to google calendar".

Erweiterungsscreenshots

screenshot

goodreads-add-to-calendar-Erweiterungs-CRX-Datei herunterladen

Laden Sie goodreads-add-to-calendar-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name goodreads-add-to-calendar goodreads-add-to-calendar
ID edajfomhcjehokcaceoknjpppbelnoop
Offizielle URL https://chrome.google.com/webstore/detail/goodreads-add-to-calendar/edajfomhcjehokcaceoknjpppbelnoop
Beschreibung Add a book that has an expected publication date to google calendar
Dateigröße 11.61 KB
Installationsanzahl 19
Aktuelle Version 0.1.1
Letztes Update 2015-06-04
Veröffentlichungsdatum 2015-06-04
Entwickler caleb.morris.g
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}