Repo Split
Browse code in a comfortable way
什麼是Repo Split?
Repo Split是由Toni U開發的Chrome擴展程式,該擴展的主要功能是“Browse code in a comfortable way”。
擴展截圖
下載Repo Split擴展crx文件
下載Repo Split擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Repo Split lets you browse code hosted on Github/Gitlab in a different way. You can open multiple files at once placed in a 2x2 split view.
Future improvements:
- Firefox plugin
- Bitbucket
- Color themes
- Offline browsing 擴展基本資訊
| 名稱 | |
| ID | ijjekenpnfnppndkdnfmcamnjaiocmgn |
| 官方網址 | https://chromewebstore.google.com/detail/repo-split/ijjekenpnfnppndkdnfmcamnjaiocmgn |
| 簡介 | Browse code in a comfortable way |
| 檔案大小 | 307 KB |
| 安裝次數 | 302 |
| 目前版本 | 0.2.0 |
| 更新時間 | 2017-05-11 |
| 上架時間 | 2017-05-11 |
| 評分 | 3.67/5 共 3 次評分 |
| 開發者 | Toni U |
| 付費類型 | free |
| 擴展官網 | https://github.com/git-toni/reposplit |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Repo Split",
"description": "Browse code in a comfortable way",
"version": "0.2.0",
"browser_action": {
"default_title": "Repo Split"
},
"icons": {
"16": "icon.png",
"48": "icon.png"
},
"permissions": [
"https:\/\/github.com\/*",
"https:\/\/gitlab.com\/*"
],
"background": {
"scripts": [
"starter.js"
]
}
} | |