GitLab Todos

Polls GitLab Todo list and notifies the user when new todos are created

GitLab Todos क्या है?

GitLab Todos Jay Anslow द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Polls GitLab Todo list and notifies the user when new todos are created"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में GitLab Todos एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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.                    

एक्सटेंशन की मूल जानकारी

नाम GitLab Todos GitLab Todos
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"
    ]
}