Repo Split
Browse code in a comfortable way
Wat is Repo Split?
Repo Split is een Chrome-extensie ontwikkeld door Toni U, en de belangrijkste functie is "Browse code in a comfortable way".
Extensie Screenshots
Download het CRX-bestand van de extensie Repo Split
Download Repo Split-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Repo Split |
ID | ijjekenpnfnppndkdnfmcamnjaiocmgn |
Officiële URL | https://chromewebstore.google.com/detail/repo-split/ijjekenpnfnppndkdnfmcamnjaiocmgn |
Beschrijving | Browse code in a comfortable way |
Bestandsgrootte | 307 KB |
Aantal Installaties | 302 |
Huidige Versie | 0.2.0 |
Laatst Bijgewerkt | 2017-05-11 |
Publicatiedatum | 2017-05-11 |
Beoordeling | 3.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Toni U |
Betalingswijze | free |
Extensiewebsite | https://github.com/git-toni/reposplit |
Ondersteunde Talen | 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" ] } } |