Garytations
Makes it easy to type in the annotations Gary wants
Garytationsとは何ですか?
GarytationsはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Makes it easy to type in the annotations Gary wants」です。
拡張機能のスクリーンショット
Garytations拡張機能のCRXファイルをダウンロード
Garytations拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 } |