toCalendar
Add new events to Google Calendar from every websites you visit.
什麼是toCalendar?
toCalendar是由https://juuc.tumblr.com開發的Chrome擴展程式,該擴展的主要功能是“Add new events to Google Calendar from every websites you visit.”。
擴展截圖
下載toCalendar擴展crx文件
下載toCalendar擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Add new events to Google Calendar from every websites you visit. When you click this extension's botton, extension is creating new tab and open Google Calendar's "create new event" page. ★New (ver.1.2) Select sentence and right-click, you can add selection text into the description. If the selection text has a Date, extension will use the date. For example, if you use it on Gmail, the extension will set below: Title : "Mail title - your gmail address" (*"Gmail - " prefix is deleted by the extension) Description : Mail URI Date : today and... - Adding Manifest Version in the manifest file.(ver.1.3.0) - Fixed end-date bug.(ver.1.2.6) - Changing icon's detail.(ver.1.2.5)
擴展基本資訊
名稱 | toCalendar |
ID | iffkflhcbfgfcendldlddpgpfbikibjd |
官方網址 | https://chromewebstore.google.com/detail/tocalendar/iffkflhcbfgfcendldlddpgpfbikibjd |
簡介 | Add new events to Google Calendar from every websites you visit. |
檔案大小 | 187 KB |
安裝次數 | 639 |
目前版本 | 1.3.1 |
更新時間 | 2015-09-14 |
上架時間 | 2015-09-13 |
評分 | 3.67/5 共 12 次評分 |
開發者 | https://juuc.tumblr.com |
付費類型 | free |
支援的語言 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "toCalendar", "version": "1.3.1", "manifest_version": 2, "description": "Add new events to Google Calendar from every websites you visit.", "default_locale": "en", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_title": "toCalendar", "default_icon": "icon19.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "contextMenus" ] } |