Stijl

Stijl is a dashboard showing all code reviews at multiple code review websites in a single page.

Stijlคืออะไร?

Stijl เป็นส่วนขยายของ Chrome ที่พัฒนาโดย [email protected] และคุณลักษณะหลักของมันคือ "Stijl is a dashboard showing all code reviews at multiple code review websites in a single page."

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

screenshot

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

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

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

                        Supported code review tools are:
- Gerrit (e.g. Android, Chrome OS)
- Rietveld (e.g. Chromium)

Source Code is hosted at https://github.com/google/stijl/.                    

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

ชื่อ Stijl Stijl
ID cpbiadoobgnpcacjecphfeoonpfccagk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/stijl/cpbiadoobgnpcacjecphfeoonpfccagk
คำอธิบาย Stijl is a dashboard showing all code reviews at multiple code review websites in a single page.
ขนาดไฟล์ 1.43 MB
จำนวนการติดตั้ง 69
เวอร์ชันปัจจุบัน 1.0.6
อัปเดตครั้งล่าสุด 2018-01-23
วันที่เผยแพร่ 2018-01-23
ผู้พัฒนา [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/google/stijl/
URL หน้าช่วยเหลือ https://github.com/google/stijl/issues/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Stijl",
    "description": "Stijl is a dashboard showing all code reviews at multiple code review websites in a single page.",
    "version": "1.0.6",
    "icons": {
        "128": "icons\/stijl128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icons\/stijl38.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "optional_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}