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 |
官方網址 | 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 } |