GitLab Todos
Polls GitLab Todo list and notifies the user when new todos are created
Wat is GitLab Todos?
GitLab Todos is een Chrome-extensie ontwikkeld door Jay Anslow, en de belangrijkste functie is "Polls GitLab Todo list and notifies the user when new todos are created".
Extensie Screenshots
Download het CRX-bestand van de extensie GitLab Todos
Download GitLab Todos-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | bcohpeejjmokckjlgehamemdcmobfbob |
Officiële URL | https://chrome.google.com/webstore/detail/gitlab-todos/bcohpeejjmokckjlgehamemdcmobfbob |
Beschrijving | Polls GitLab Todo list and notifies the user when new todos are created |
Bestandsgrootte | 96 KB |
Aantal Installaties | 20 |
Huidige Versie | 0.2.1 |
Laatst Bijgewerkt | 2016-09-28 |
Publicatiedatum | 2016-09-28 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Jay Anslow |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |