Repo Split
Browse code in a comfortable way
Vad är Repo Split?
Repo Split är en Chrome-tillägg utvecklad av Toni U, och dess huvudfunktion är "Browse code in a comfortable way".
Tilläggsskärmbilder
Ladda ner Repo Split-förlängningens CRX-fil
Ladda ner Repo Split-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | Repo Split |
ID | ijjekenpnfnppndkdnfmcamnjaiocmgn |
Officiell webbadress | https://chromewebstore.google.com/detail/repo-split/ijjekenpnfnppndkdnfmcamnjaiocmgn |
Beskrivning | Browse code in a comfortable way |
Filstorlek | 307 KB |
Antal Installationer | 302 |
Aktuell Version | 0.2.0 |
Senast Uppdaterad | 2017-05-11 |
Publiceringsdatum | 2017-05-11 |
Betyg | 3.67/5 Totalt 3 Betyg |
Utvecklare | Toni U |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/git-toni/reposplit |
Stödda Språk | 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" ] } } |