GitLab Todos

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

Hvad er GitLab Todos?

GitLab Todos er en Chrome-udvidelse udviklet af Jay Anslow, og dens hovedfunktion er "Polls GitLab Todo list and notifies the user when new todos are created".

Udvidelsesskærmbilleder

screenshot

Download GitLab Todos-udvidelses-CRX-fil

Download GitLab Todos-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn GitLab Todos GitLab Todos
ID bcohpeejjmokckjlgehamemdcmobfbob
Officiel URL https://chrome.google.com/webstore/detail/gitlab-todos/bcohpeejjmokckjlgehamemdcmobfbob
Beskrivelse Polls GitLab Todo list and notifies the user when new todos are created
Filstørrelse 96 KB
Antal Installationer 20
Nuværende Version 0.2.1
Senest Opdateret 2016-09-28
Udgivelsesdato 2016-09-28
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler Jay Anslow
Betalingsmetode free
Understøttede Sprog 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"
    ]
}