Stijl
Stijl is a dashboard showing all code reviews at multiple code review websites in a single page.
什麼是Stijl?
Stijl是由[email protected]開發的Chrome擴展程式,該擴展的主要功能是“Stijl is a dashboard showing all code reviews at multiple code review websites in a single page.”。
擴展截圖
下載Stijl擴展crx文件
下載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/. 擴展基本資訊
| 名稱 | |
| ID | cpbiadoobgnpcacjecphfeoonpfccagk |
| 官方網址 | 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:\/\/*\/"
]
} | |