GitLab Todos
Polls GitLab Todo list and notifies the user when new todos are created
¿Qué es GitLab Todos?
GitLab Todos es una extensión de Chrome desarrollada por Jay Anslow, y su función principal es "Polls GitLab Todo list and notifies the user when new todos are created".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión GitLab Todos
Descarga archivos de extensión GitLab Todos en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | bcohpeejjmokckjlgehamemdcmobfbob |
URL Oficial | https://chrome.google.com/webstore/detail/gitlab-todos/bcohpeejjmokckjlgehamemdcmobfbob |
Descripción | Polls GitLab Todo list and notifies the user when new todos are created |
Tamaño del Archivo | 96 KB |
Cantidad de Instalaciones | 20 |
Versión Actual | 0.2.1 |
Última Actualización | 2016-09-28 |
Fecha de Publicación | 2016-09-28 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | Jay Anslow |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } |