LUZit - Click your text to the calendar

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

O que é LUZit - Click your text to the calendar?

LUZit - Click your text to the calendar é uma extensão do Chrome desenvolvida por luz-it, e sua principal característica é "LUZit allows you to easily create event in your Google Calendar, based on natural Hebrew text".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão LUZit - Click your text to the calendar

Baixe arquivos de extensão LUZit - Click your text to the calendar no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        הוספת אירוע ל-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!                    

Informações Básicas da Extensão

Nome LUZit - Click your text to the calendar LUZit - Click your text to the calendar
ID kibiiafandkfafennedegfppdgdacedj
URL Oficial https://chromewebstore.google.com/detail/luzit-click-your-text-to/kibiiafandkfafennedegfppdgdacedj
Descrição LUZit allows you to easily create event in your Google Calendar, based on natural Hebrew text
Tamanho do Arquivo 3.08 MB
Contagem de Instalações 1,815
Versão Atual 0.0.0.6
Última Atualização 2023-01-28
Data de Publicação 2021-06-11
Classificação 4.41/5 Total de 17 Avaliações
Desenvolvedor luz-it
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}