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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } |