GitLab Todos

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

什么是GitLab Todos?

GitLab Todos是由Jay Anslow开发的Chrome扩展程序,该扩展的主要功能是“Polls GitLab Todo list and notifies the user when new todos are created”。

扩展截图

screenshot

下载GitLab Todos扩展crx文件

下载GitLab Todos扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 GitLab Todos GitLab Todos
ID bcohpeejjmokckjlgehamemdcmobfbob
官方URL https://chrome.google.com/webstore/detail/gitlab-todos/bcohpeejjmokckjlgehamemdcmobfbob
简介 Polls GitLab Todo list and notifies the user when new todos are created
文件大小 96 KB
安装次数 20
当前版本 0.2.1
更新时间 2016-09-28
上架时间 2016-09-28
评分 5.00/5 共1次评分
开发者 Jay Anslow
付费类型 free
支持的语言 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"
    ]
}