GitLab Todos

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

Qu'est-ce que GitLab Todos ?

GitLab Todos est une extension Chrome développée par Jay Anslow, et sa fonction principale est "Polls GitLab Todo list and notifies the user when new todos are created".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension GitLab Todos

Téléchargez les fichiers d'extension GitLab Todos au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom GitLab Todos GitLab Todos
ID bcohpeejjmokckjlgehamemdcmobfbob
URL Officiel https://chrome.google.com/webstore/detail/gitlab-todos/bcohpeejjmokckjlgehamemdcmobfbob
Description Polls GitLab Todo list and notifies the user when new todos are created
Taille du Fichier 96 KB
Nombre d'Installations 20
Version Actuelle 0.2.1
Dernière Mise à Jour 2016-09-28
Date de Publication 2016-09-28
Évaluation 5.00/5 Total 1 Évaluations
Développeur Jay Anslow
Type de Paiement free
Langues Prises en Charge 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"
    ]
}