FetCal

Adds a button to FetLife that will let you add Google Calendar events from the page

O que é FetCal?

FetCal é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Adds a button to FetLife that will let you add Google Calendar events from the page".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão FetCal

Baixe arquivos de extensão FetCal no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome FetCal FetCal
ID bldlndmpoklbkgkgihchgdfhfpmhklnk
URL Oficial https://chromewebstore.google.com/detail/fetcal/bldlndmpoklbkgkgihchgdfhfpmhklnk
Descrição Adds a button to FetLife that will let you add Google Calendar events from the page
Tamanho do Arquivo 72.21 KB
Contagem de Instalações 22
Versão Atual 1.1.0
Última Atualização 2020-06-01
Data de Publicação 2020-06-01
Classificação 1.67/5 Total de 3 Avaliações
Desenvolvedor Unknown
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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
}