Garytations

Makes it easy to type in the annotations Gary wants

Garytations là gì?

Garytations là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Makes it easy to type in the annotations Gary wants".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Garytations

Tải xuống các tệp mở rộng Garytations dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Garytations Garytations
ID pjhmggenempfflegjjjdhmpjnlojknkk
URL Chính Thức https://chromewebstore.google.com/detail/garytations/pjhmggenempfflegjjjdhmpjnlojknkk
Mô tả Makes it easy to type in the annotations Gary wants
Kích Thước Tệp 207 KB
Số Lần Cài Đặt 27
Phiên Bản Hiện Tại 0.2.1
Cập Nhật Lần Cuối 2019-04-21
Ngày Phát Hành 2019-04-20
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}