Garytations

Makes it easy to type in the annotations Gary wants

O que é Garytations?

Garytations é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Makes it easy to type in the annotations Gary wants".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Garytations

Baixe arquivos de extensão Garytations 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

                        This extension adds an additional text box underneath the comment box when entering your hours on mytime. This textbox is a text suggestion engine that will suggest the correct annotation so Gary can easily find what hours you worked for what. In addition, when you set the comment via the Garytation box it will also default the type to 'Hours Worked' so you don't have to select that. There's also a little bit of magic sometimes to brighten up your day ;)

The enter key will now select the first suggestion automatically and has improved styling!                    

Informações Básicas da Extensão

Nome Garytations Garytations
ID pjhmggenempfflegjjjdhmpjnlojknkk
URL Oficial https://chromewebstore.google.com/detail/garytations/pjhmggenempfflegjjjdhmpjnlojknkk
Descrição Makes it easy to type in the annotations Gary wants
Tamanho do Arquivo 207 KB
Contagem de Instalações 27
Versão Atual 0.2.1
Última Atualização 2019-04-21
Data de Publicação 2019-04-20
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Unknown
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Garytations",
    "short_name": "Garytations",
    "version": "0.2.1",
    "description": "Makes it easy to type in the annotations Gary wants",
    "icons": {
        "16": "gg16.png",
        "48": "gg48.png",
        "128": "gg128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/act.ucsd.edu\/employeeMyTimeEntry\/calendar-time-entry.htm",
                "https:\/\/act.ucsd.edu\/employeeMyTimeEntry\/calendar-time-entry.htm"
            ],
            "js": [
                "jquery-1.11.1.min.js",
                "typeahead.bundle.js",
                "background.js"
            ],
            "css": [
                "styles.css"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "http:\/\/act.ucsd.edu\/employeeMyTimeEntry\/calendar-time-entry.htm",
        "https:\/\/act.ucsd.edu\/employeeMyTimeEntry\/calendar-time-entry.htm"
    ],
    "manifest_version": 2
}