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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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