FetCal
Adds a button to FetLife that will let you add Google Calendar events from the page
什么是FetCal?
FetCal是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Adds a button to FetLife that will let you add Google Calendar events from the page”。
扩展截图
下载FetCal扩展crx文件
下载FetCal扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Do you keep missing FetLife events because your Google Calendar runs your life? This extension puts a button on FetLife event pages which, when clicked, will take you *directly* to a Google Calendar new event with all the details filled out. No more missed events for you!
扩展基本信息
名称 | FetCal |
ID | bldlndmpoklbkgkgihchgdfhfpmhklnk |
官方URL | https://chromewebstore.google.com/detail/fetcal/bldlndmpoklbkgkgihchgdfhfpmhklnk |
简介 | Adds a button to FetLife that will let you add Google Calendar events from the page |
文件大小 | 72.21 KB |
安装次数 | 22 |
当前版本 | 1.1.0 |
更新时间 | 2020-06-01 |
上架时间 | 2020-06-01 |
评分 | 1.67/5 共3次评分 |
开发者 | Unknown |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FetCal", "version": "1.1.0", "description": "Adds a button to FetLife that will let you add Google Calendar events from the page", "permissions": [], "content_scripts": [ { "matches": [ "https:\/\/fetlife.com\/events\/*" ], "js": [ "lib\/date.format\/date.format.js", "src\/inject.js" ] } ], "icons": { "16": "images\/fetcal-icon-16.png", "32": "images\/fetcal-icon-32.png", "48": "images\/fetcal-icon-48.png", "128": "images\/fetcal-icon-128.png" }, "manifest_version": 2 } |