goodreads-add-to-calendar

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

goodreads-add-to-calendar क्या है?

goodreads-add-to-calendar caleb.morris.g द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add a book that has an expected publication date to google calendar"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में goodreads-add-to-calendar एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
            ]
        }
    ]
}