GitLab Todos
Polls GitLab Todo list and notifies the user when new todos are created
Was ist GitLab Todos?
GitLab Todos ist eine Chrome-Erweiterung, die von Jay Anslow entwickelt wurde, und ihr Hauptmerkmal ist "Polls GitLab Todo list and notifies the user when new todos are created".
Erweiterungsscreenshots
GitLab Todos-Erweiterungs-CRX-Datei herunterladen
Laden Sie GitLab Todos-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | bcohpeejjmokckjlgehamemdcmobfbob |
Offizielle URL | https://chrome.google.com/webstore/detail/gitlab-todos/bcohpeejjmokckjlgehamemdcmobfbob |
Beschreibung | Polls GitLab Todo list and notifies the user when new todos are created |
Dateigröße | 96 KB |
Installationsanzahl | 20 |
Aktuelle Version | 0.2.1 |
Letztes Update | 2016-09-28 |
Veröffentlichungsdatum | 2016-09-28 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Jay Anslow |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |