FetCal
Adds a button to FetLife that will let you add Google Calendar events from the page
Vad är FetCal?
FetCal är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Adds a button to FetLife that will let you add Google Calendar events from the page".
Tilläggsskärmbilder
Ladda ner FetCal-förlängningens CRX-fil
Ladda ner FetCal-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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!
Grundläggande Information om Tillägg
Namn | FetCal |
ID | bldlndmpoklbkgkgihchgdfhfpmhklnk |
Officiell webbadress | https://chromewebstore.google.com/detail/fetcal/bldlndmpoklbkgkgihchgdfhfpmhklnk |
Beskrivning | Adds a button to FetLife that will let you add Google Calendar events from the page |
Filstorlek | 72.21 KB |
Antal Installationer | 22 |
Aktuell Version | 1.1.0 |
Senast Uppdaterad | 2020-06-01 |
Publiceringsdatum | 2020-06-01 |
Betyg | 1.67/5 Totalt 3 Betyg |
Utvecklare | Unknown |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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 } |