goodreads-add-to-calendar

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

Co to jest goodreads-add-to-calendar?

goodreads-add-to-calendar to rozszerzenie Chrome opracowane przez caleb.morris.g, a jego główną funkcją jest „Add a book that has an expected publication date to google calendar”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia goodreads-add-to-calendar

Pobierz pliki rozszerzeń goodreads-add-to-calendar w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa goodreads-add-to-calendar goodreads-add-to-calendar
ID edajfomhcjehokcaceoknjpppbelnoop
Oficjalny URL https://chrome.google.com/webstore/detail/goodreads-add-to-calendar/edajfomhcjehokcaceoknjpppbelnoop
Opis Add a book that has an expected publication date to google calendar
Rozmiar pliku 11.61 KB
Liczba instalacji 19
Aktualna Wersja 0.1.1
Ostatnia Aktualizacja 2015-06-04
Data Publikacji 2015-06-04
Deweloper caleb.morris.g
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}