GitLab Todos
Polls GitLab Todo list and notifies the user when new todos are created
O que é GitLab Todos?
GitLab Todos é uma extensão do Chrome desenvolvida por Jay Anslow, e sua principal característica é "Polls GitLab Todo list and notifies the user when new todos are created".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão GitLab Todos
Baixe arquivos de extensão GitLab Todos no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | bcohpeejjmokckjlgehamemdcmobfbob |
URL Oficial | https://chrome.google.com/webstore/detail/gitlab-todos/bcohpeejjmokckjlgehamemdcmobfbob |
Descrição | Polls GitLab Todo list and notifies the user when new todos are created |
Tamanho do Arquivo | 96 KB |
Contagem de Instalações | 20 |
Versão Atual | 0.2.1 |
Última Atualização | 2016-09-28 |
Data de Publicação | 2016-09-28 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Jay Anslow |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |