LUZit - Click your text to the calendar

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

LUZit - Click your text to the calendar란 무엇입니까?

LUZit - Click your text to the calendar은(는) luz-it에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "LUZit allows you to easily create event in your Google Calendar, based on natural Hebrew text"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

LUZit - Click your text to the calendar 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

이름 LUZit - Click your text to the calendar LUZit - Click your text to the calendar
ID kibiiafandkfafennedegfppdgdacedj
공식 URL https://chromewebstore.google.com/detail/luzit-click-your-text-to/kibiiafandkfafennedegfppdgdacedj
설명 LUZit allows you to easily create event in your Google Calendar, based on natural Hebrew text
파일 크기 3.08 MB
설치 횟수 1,815
현재 버전 0.0.0.6
최근 업데이트 2023-01-28
출시 날짜 2021-06-11
평점 4.41/5 총 17 개의 평점
개발자 luz-it
이메일 [email protected]
결제 유형 free
지원되는 언어 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"
    ]
}