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 |
官方網址 | 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" ] } |