GitLab Todos

Polls GitLab Todo list and notifies the user when new todos are created

GitLab Todos là gì?

GitLab Todos là một tiện ích mở rộng Chrome được phát triển bởi Jay Anslow, và tính năng chính của nó là "Polls GitLab Todo list and notifies the user when new todos are created".

Ả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 GitLab Todos

Tải xuống các tệp mở rộng GitLab Todos 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

                        https://gitlab.com/janslow/gitlab-todos-chrome-extension/

To setup, go to the options page (right click on extension in top right and click "Options" or go to the "Manage Extensions" page) and enter the URL of the GitLab deployment (e.g., "https://gitlab.com/" or "https://gitlab.my-company.com/") and a Personal Access Token (click "create" after entering the URL to go to your profile to create one). Then click save.                    

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

Tên GitLab Todos GitLab Todos
ID bcohpeejjmokckjlgehamemdcmobfbob
URL Chính Thức https://chrome.google.com/webstore/detail/gitlab-todos/bcohpeejjmokckjlgehamemdcmobfbob
Mô tả Polls GitLab Todo list and notifies the user when new todos are created
Kích Thước Tệp 96 KB
Số Lần Cài Đặt 20
Phiên Bản Hiện Tại 0.2.1
Cập Nhật Lần Cuối 2016-09-28
Ngày Phát Hành 2016-09-28
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Jay Anslow
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GitLab Todos",
    "version": "0.2.1",
    "description": "Polls GitLab Todo list and notifies the user when new todos are created",
    "icons": {
        "16": "images\/gitlab16.png",
        "48": "images\/gitlab48.png",
        "128": "images\/gitlab128.png"
    },
    "author": "Jay Anslow",
    "background": {
        "scripts": [
            "polyfill.js",
            "common.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/gitlab19.png",
            "38": "images\/gitlab38.png"
        },
        "default_title": "GitLab Todos"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "permissions": [
        "alarms",
        "background",
        "notifications",
        "storage"
    ]
}