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”。

擴展截圖

screenshot

下載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 Garytations
ID pjhmggenempfflegjjjdhmpjnlojknkk
官方網址 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
}