Gcal-Everywhere

Add events to google calendar with ease.

ما هو Gcal-Everywhere؟

Gcal-Everywhere هو إضافة Chrome تم تطويرها بواسطة Shopo Listo، والميزة الرئيسية لها هي "Add events to google calendar with ease.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Gcal-Everywhere

قم بتنزيل ملفات الامتداد Gcal-Everywhere بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Gcal-Everywhere allows you to harness the power of google's natural language processing to create calendar events with plain english sentences.

1) Select some text from any web page
2) Right-click, click on "add to google calendar"
3) Refine your selection (optional)
4) Create event!

Additionally, clicking on the Gcal-Everywhere button will bring up a traditional event dialog that allows you fine-grained control of your event.

Changelog

== 0.7 ==

Fixed critical bug: context menu does not reappear on restart

== 0.6 ==

Minor fixes

== 0.5 ==

Initial Release                    

معلومات أساسية عن التمديد

الاسم Gcal-Everywhere Gcal-Everywhere
ID glajafdknndmndfhdecggcbpaamhgfmf
عنوان URL الرسمي https://chromewebstore.google.com/detail/gcal-everywhere/glajafdknndmndfhdecggcbpaamhgfmf
الوصف Add events to google calendar with ease.
حجم الملف 336 KB
عدد التثبيتات 117
النسخة الحالية 0.7
آخر تحديث 2013-02-11
تاريخ النشر 2013-02-11
تقييم 3.22/5 مجموع تقييمات 9
المطور Shopo Listo
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Gcal-Everywhere",
    "version": "0.7",
    "icons": {
        "16": "img\/icon-small.png",
        "128": "img\/icon-big.png"
    },
    "description": "Add events to google calendar with ease.",
    "background": {
        "scripts": [
            "oauth\/chrome_ex_oauthsimple.js",
            "oauth\/chrome_ex_oauth.js",
            "js\/background.js"
        ]
    },
    "options_page": "options.html",
    "browser_action": {
        "default_title": "",
        "default_icon": "img\/icon-big.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "https:\/\/www.googleapis.com\/auth\/calendar\/*",
        "https:\/\/www.google.com\/accounts\/OAuthGetRequestToken",
        "https:\/\/www.google.com\/accounts\/OAuthAuthorizeToken",
        "https:\/\/www.google.com\/accounts\/OAuthGetAccessToken"
    ]
}