GitLab Todos
Polls GitLab Todo list and notifies the user when new todos are created
Co je GitLab Todos?
GitLab Todos je rozšíření Chrome vyvinuté Jay Anslow, a jeho hlavní funkcí je „Polls GitLab Todo list and notifies the user when new todos are created“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření GitLab Todos
Stáhněte si soubory rozšíření GitLab Todos ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | bcohpeejjmokckjlgehamemdcmobfbob |
Oficiální URL | https://chrome.google.com/webstore/detail/gitlab-todos/bcohpeejjmokckjlgehamemdcmobfbob |
Popis | Polls GitLab Todo list and notifies the user when new todos are created |
Velikost souboru | 96 KB |
Počet instalací | 20 |
Aktuální Verze | 0.2.1 |
Poslední Aktualizace | 2016-09-28 |
Datum Vydání | 2016-09-28 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | Jay Anslow |
Typ Platby | free |
Podporované Jazyky | 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" ] } |