Repo Split

Browse code in a comfortable way

What is Repo Split?

Repo Split is a Chrome extension developed by Toni U, and its main feature is "Browse code in a comfortable way".

Extension Screenshots

screenshot
screenshot

Download Repo Split Extension CRX File

Download Repo Split extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Repo Split Repo Split
ID ijjekenpnfnppndkdnfmcamnjaiocmgn
Official URL https://chromewebstore.google.com/detail/repo-split/ijjekenpnfnppndkdnfmcamnjaiocmgn
Description Browse code in a comfortable way
File Size 307 KB
Installation Count 302
Current Version 0.2.0
Last Updated 2017-05-11
Publish Date 2017-05-11
Rating 3.67/5 Total 3 Ratings
Developer Toni U
Payment Type free
Extension Website https://github.com/git-toni/reposplit
Supported Languages 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"
        ]
    }
}