FetCal
Adds a button to FetLife that will let you add Google Calendar events from the page
ما هو FetCal؟
FetCal هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Adds a button to FetLife that will let you add Google Calendar events from the page".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة FetCal
قم بتنزيل ملفات الامتداد FetCal بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 } |