Repositree
Browser Extension that helps to explore Github repository
Repositreeとは何ですか?
Repositreeはsaudchougleによって開発されたChromeの拡張機能で、その主な機能は「Browser Extension that helps to explore Github repository」です。
拡張機能のスクリーンショット
Repositree拡張機能のCRXファイルをダウンロード
Repositree拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Ctrl + B Toggle Side Bar Visibility Features - Clean UI - IDE-like code tree for GitHub (Public and Private) repositories. - Left & Right Dock Location. - Resizable Layout. - Github Light, Dark, Dimmed & Dark high contrast themes. - Bookmark - github1s(VSCode) mode. - More Feature Coming Soon... Privacy Policy - Repositree doesn't share, collect your data at all. - GitHub Access Token or GitHub Personal Access Token is required only when you access private repositories or exceed the GitHub API rate limit. - Repositree store token in your chrome extension storage, not in the localStorage and use only to authenticate with the GitHub.
拡張機能の基本情報
名前 | Repositree |
ID | lafjldoccjnjlcmdhmniholdpjkbgajo |
公式URL | https://chromewebstore.google.com/detail/repositree/lafjldoccjnjlcmdhmniholdpjkbgajo |
説明 | Browser Extension that helps to explore Github repository |
ファイルサイズ | 314 KB |
インストール数 | 146 |
現在のバージョン | 1.6.2 |
最終更新日 | 2021-07-05 |
公開日 | 2020-11-13 |
評価 | 5.00/5 合計 8 レビュー |
開発者 | saudchougle |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/chouglesaud/repositree |
ヘルプページのURL | https://github.com/chouglesaud/repositree |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Repositree", "author": "Saud Chougle", "minimum_chrome_version": "60", "permissions": [ "storage", "https:\/\/api.github.com\/*" ], "version": "1.6.2", "description": "Browser Extension that helps to explore Github repository", "content_scripts": [ { "run_at": "document_start", "css": [ ".\/style.css" ], "js": [ ".\/content.js" ], "matches": [ "https:\/\/github.com\/*\/*" ] } ] } |