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 |
| 官方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:\/\/*\/"
]
} | |