FetCal
Adds a button to FetLife that will let you add Google Calendar events from the page
Wat is FetCal?
FetCal is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Adds a button to FetLife that will let you add Google Calendar events from the page".
Extensie Screenshots
Download het CRX-bestand van de extensie FetCal
Download FetCal-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | FetCal |
ID | bldlndmpoklbkgkgihchgdfhfpmhklnk |
Officiële URL | https://chromewebstore.google.com/detail/fetcal/bldlndmpoklbkgkgihchgdfhfpmhklnk |
Beschrijving | Adds a button to FetLife that will let you add Google Calendar events from the page |
Bestandsgrootte | 72.21 KB |
Aantal Installaties | 22 |
Huidige Versie | 1.1.0 |
Laatst Bijgewerkt | 2020-06-01 |
Publicatiedatum | 2020-06-01 |
Beoordeling | 1.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Unknown |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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 } |