Garytations
Makes it easy to type in the annotations Gary wants
Was ist Garytations?
Garytations ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Makes it easy to type in the annotations Gary wants".
Erweiterungsscreenshots
Garytations-Erweiterungs-CRX-Datei herunterladen
Laden Sie Garytations-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | Garytations |
ID | pjhmggenempfflegjjjdhmpjnlojknkk |
Offizielle URL | https://chromewebstore.google.com/detail/garytations/pjhmggenempfflegjjjdhmpjnlojknkk |
Beschreibung | Makes it easy to type in the annotations Gary wants |
Dateigröße | 207 KB |
Installationsanzahl | 27 |
Aktuelle Version | 0.2.1 |
Letztes Update | 2019-04-21 |
Veröffentlichungsdatum | 2019-04-20 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Unknown |
Zahlungsart | free |
Unterstützte Sprachen | 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 } |