Stijl
Stijl is a dashboard showing all code reviews at multiple code review websites in a single page.
Stijl là gì?
Stijl là một tiện ích mở rộng Chrome được phát triển bởi [email protected], và tính năng chính của nó là "Stijl is a dashboard showing all code reviews at multiple code review websites in a single page.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Stijl
Tải xuống các tệp mở rộng Stijl dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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/.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Stijl |
ID | cpbiadoobgnpcacjecphfeoonpfccagk |
URL Chính Thức | https://chromewebstore.google.com/detail/stijl/cpbiadoobgnpcacjecphfeoonpfccagk |
Mô tả | Stijl is a dashboard showing all code reviews at multiple code review websites in a single page. |
Kích Thước Tệp | 1.43 MB |
Số Lần Cài Đặt | 69 |
Phiên Bản Hiện Tại | 1.0.6 |
Cập Nhật Lần Cuối | 2018-01-23 |
Ngày Phát Hành | 2018-01-23 |
Nhà Phát Triển | [email protected] |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/google/stijl/ |
URL Trang Trợ Giúp | https://github.com/google/stijl/issues/ |
Ngôn Ngữ Được Hỗ Trợ | 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:\/\/*\/" ] } |