LUZit - Click your text to the calendar

LUZit allows you to easily create event in your Google Calendar, based on natural Hebrew text

What is LUZit - Click your text to the calendar?

LUZit - Click your text to the calendar is a Chrome extension developed by luz-it, and its main feature is "LUZit allows you to easily create event in your Google Calendar, based on natural Hebrew text".

Extension Screenshots

screenshot
screenshot

Download LUZit - Click your text to the calendar Extension CRX File

Download LUZit - Click your text to the calendar extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        הוספת אירוע ל-Google Calendar בלחיצה אחת!
סמנו טקסט בעברית שמכיל תאריך, שעה או מקום, ושנמצא בדפדפן הכרום (במייל, בפייסבוק, בווטצאפ-ווב או בכל אתר אחר). לחצו לחיצה ימנית על הטקסט המודגש, הקליקו על  LUZit, והתוסף יפתח טאב חדש עם אירוע Google Calendar שמכיל את המידע הרלוונטי מתוך הטקסט המודגש. 
כעת ניתן לבצע שינויים או תוספות, לשמור - והאירוע ביומן!

Add an event to your google calendar from any Hebrew text with one click! Highlight
 a text in Hebrew from any website open with chrome (the text should include information such as date, time or place). Right click the highlighted text, press "luz-it", and the extension will open a google calendar tab with the relevant details. You may make changes if you wish, and simply add it to your calendar!                    

Extension Basic Information

Name LUZit - Click your text to the calendar LUZit - Click your text to the calendar
ID kibiiafandkfafennedegfppdgdacedj
Official URL https://chromewebstore.google.com/detail/luzit-click-your-text-to/kibiiafandkfafennedegfppdgdacedj
Description LUZit allows you to easily create event in your Google Calendar, based on natural Hebrew text
File Size 3.08 MB
Installation Count 1,815
Current Version 0.0.0.6
Last Updated 2023-01-28
Publish Date 2021-06-11
Rating 4.41/5 Total 17 Ratings
Developer luz-it
Email [email protected]
Payment Type free
Supported Languages iw
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LUZit - Click your text to the calendar",
    "short_name": "LUZit",
    "version": "0.0.0.6",
    "author": "Yiscah Levy Silas & Hillel Lehman",
    "description": "LUZit allows you to easily create event in your Google Calendar, based on natural Hebrew text",
    "background": {
        "scripts": [
            "src\/background.js"
        ]
    },
    "icons": {
        "16": "icon16.jpg",
        "48": "icon48.jpg",
        "128": "icon128.jpg"
    },
    "permissions": [
        "https:\/\/heb-text-to-calendar.herokuapp.com\/parse_text",
        "contextMenus"
    ]
}