WorkFlowy to Google Calendar
Add a WorkFlowy bullet (or any webpage) to Google Calendar in two clicks.
什麼是WorkFlowy to Google Calendar?
WorkFlowy to Google Calendar是由rawbytz開發的Chrome擴展程式,該擴展的主要功能是“Add a WorkFlowy bullet (or any webpage) to Google Calendar in two clicks.”。
擴展截圖
下載WorkFlowy to Google Calendar擴展crx文件
下載WorkFlowy to Google Calendar擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Ver 3.2.0: Adds Cursor Focus Option • Creates events using the WorkFlowy bullet name. • Looks in the WorkFlowy bullet name (or note) for dates. • If no dates are found, it creates an event in the next time slot. • OPTION: use cursor focus instead of zooming to select events. • Works on any webpage, not just WorkFlowy. • Activate via toolbar icon, keyboard shortcut or right click menu. • Adds the page link to the event note. • Great way to create reminder/notifications for WorkFlowy items! • Lightweight, no special permissions. • Right Click the extension icon and select Options for instructions on how to specify target calendars. TO USE: • Zoom on the WorkFlowy bullet (or load a webpage). • When FOCUS OPTION is enabled, set cursor focus to the desired item. • Click the icon, right click menu, or use a keyboard shortcut. (an add event form opens in a new tab). • Click Save, or edit details if desired. Ver 3.2.1: Minor date parsing bug fix. Ver 3.1.1: Fixes broken WorkFlowy date parsing Ver 3.1.0: Adds support for WorkFlowy's new dates feature Ver 3.0.0 Use keywords in bullet text to specify different calendars. Ver 2.2 Notes: • The new Google Calendar format no longer supports Quick Add parsing. • The date and time now default to the next 30 minute time slot.
擴展基本資訊
名稱 | WorkFlowy to Google Calendar |
ID | jgcnopjghjlddcncaiohpbchlojdhgde |
官方網址 | https://chromewebstore.google.com/detail/workflowy-to-google-calen/jgcnopjghjlddcncaiohpbchlojdhgde |
簡介 | Add a WorkFlowy bullet (or any webpage) to Google Calendar in two clicks. |
檔案大小 | 11.37 KB |
安裝次數 | 3,927 |
目前版本 | 3.2.1 |
更新時間 | 2020-03-16 |
上架時間 | 2020-03-16 |
評分 | 4.27/5 共 15 次評分 |
開發者 | rawbytz |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://rawbytz.wordpress.com |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WorkFlowy to Google Calendar", "description": "Add a WorkFlowy bullet (or any webpage) to Google Calendar in two clicks.", "version": "3.2.1", "manifest_version": 2, "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_icon": "2GCal-128b.png", "default_title": "Create Google Calendar Event" }, "icons": { "128": "2GCal-128b.png" }, "options_ui": { "chrome_style": true, "page": "options.html" }, "permissions": [ "activeTab", "contextMenus", "storage" ] } |