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"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 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"
    ]
}