Garytations

Makes it easy to type in the annotations Gary wants

Qu'est-ce que Garytations ?

Garytations est une extension Chrome développée par Unknown, et sa fonction principale est "Makes it easy to type in the annotations Gary wants".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Garytations

Téléchargez les fichiers d'extension Garytations au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Garytations Garytations
ID pjhmggenempfflegjjjdhmpjnlojknkk
URL Officiel https://chromewebstore.google.com/detail/garytations/pjhmggenempfflegjjjdhmpjnlojknkk
Description Makes it easy to type in the annotations Gary wants
Taille du Fichier 207 KB
Nombre d'Installations 27
Version Actuelle 0.2.1
Dernière Mise à Jour 2019-04-21
Date de Publication 2019-04-20
Évaluation 5.00/5 Total 1 Évaluations
Développeur Unknown
Type de Paiement free
Langues Prises en Charge 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
}