Garytations
Makes it easy to type in the annotations Gary wants
Garytations क्या है?
Garytations Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Makes it easy to type in the annotations Gary wants"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Garytations एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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!
एक्सटेंशन की मूल जानकारी
नाम | Garytations |
ID | pjhmggenempfflegjjjdhmpjnlojknkk |
आधिकारिक URL | https://chromewebstore.google.com/detail/garytations/pjhmggenempfflegjjjdhmpjnlojknkk |
विवरण | Makes it easy to type in the annotations Gary wants |
फ़ाइल का आकार | 207 KB |
स्थापना संख्या | 27 |
वर्तमान संस्करण | 0.2.1 |
अंतिम अपडेट | 2019-04-21 |
प्रकाशन तिथि | 2019-04-20 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Unknown |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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 } |