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! 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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
} | |