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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 } |