GitLab Todos
Polls GitLab Todo list and notifies the user when new todos are created
GitLab Todosとは何ですか?
GitLab TodosはJay Anslowによって開発されたChromeの拡張機能で、その主な機能は「Polls GitLab Todo list and notifies the user when new todos are created」です。
拡張機能のスクリーンショット
GitLab Todos拡張機能のCRXファイルをダウンロード
GitLab Todos拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | |
ID | bcohpeejjmokckjlgehamemdcmobfbob |
公式URL | https://chrome.google.com/webstore/detail/gitlab-todos/bcohpeejjmokckjlgehamemdcmobfbob |
説明 | Polls GitLab Todo list and notifies the user when new todos are created |
ファイルサイズ | 96 KB |
インストール数 | 20 |
現在のバージョン | 0.2.1 |
最終更新日 | 2016-09-28 |
公開日 | 2016-09-28 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Jay Anslow |
支払い方法 | free |
対応言語 | 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" ] } |