Otree4Gitlab

explorer tree for dated GitLab(forked from octotree)

Otree4Gitlabคืออะไร?

Otree4Gitlab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย spade9k และคุณลักษณะหลักของมันคือ "explorer tree for dated GitLab(forked from octotree)"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Otree4Gitlab

ดาวน์โหลดไฟล์ส่วนขยาย Otree4Gitlab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        For gitlab dated version.



** UPDATE **


0.0.6 (2019.05.28) 

  - Otree4Gitlab has any origin permission no longer by default, specify your git-site url on options page.
  - The origins you added will be synchronized.                    

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

ชื่อ Otree4Gitlab Otree4Gitlab
ID fifaipnegfhbcjdomiamfkinbphonchb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/otree4gitlab/fifaipnegfhbcjdomiamfkinbphonchb
คำอธิบาย explorer tree for dated GitLab(forked from octotree)
ขนาดไฟล์ 194 KB
จำนวนการติดตั้ง 163
เวอร์ชันปัจจุบัน 0.0.6
อัปเดตครั้งล่าสุด 2019-05-28
วันที่เผยแพร่ 2019-05-28
คะแนน 4.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา spade9k
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Otree4Gitlab",
    "version": "0.0.6",
    "manifest_version": 2,
    "author": "Louis Zhang",
    "description": "explorer tree for dated GitLab(forked from octotree)",
    "icons": {
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "optional_permissions": [
        ""
    ],
    "options_ui": {
        "page": "static\/options.html",
        "open_in_tab": false
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}