goodreads-add-to-calendar

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

Wat is goodreads-add-to-calendar?

goodreads-add-to-calendar is een Chrome-extensie ontwikkeld door caleb.morris.g, en de belangrijkste functie is "Add a book that has an expected publication date to google calendar".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie goodreads-add-to-calendar

Download goodreads-add-to-calendar-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam goodreads-add-to-calendar goodreads-add-to-calendar
ID edajfomhcjehokcaceoknjpppbelnoop
Officiële URL https://chrome.google.com/webstore/detail/goodreads-add-to-calendar/edajfomhcjehokcaceoknjpppbelnoop
Beschrijving Add a book that has an expected publication date to google calendar
Bestandsgrootte 11.61 KB
Aantal Installaties 19
Huidige Versie 0.1.1
Laatst Bijgewerkt 2015-06-04
Publicatiedatum 2015-06-04
Ontwikkelaar caleb.morris.g
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}