GitLab Todos
Polls GitLab Todo list and notifies the user when new todos are created
Τι είναι το GitLab Todos;
Το GitLab Todos είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Jay Anslow, και η κύρια λειτουργία του είναι "Polls GitLab Todo list and notifies the user when new todos are created".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης GitLab Todos
Λήψη αρχείων επέκτασης 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" ] } |