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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}