OneSidebar - GitHub Navigator
The missing navigator of GitHub. No longer having to open too many tabs! Your files, issues, notifications are a single click away!
OneSidebar - GitHub Navigator란 무엇입니까?
OneSidebar - GitHub Navigator은(는) Oliver N.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The missing navigator of GitHub. No longer having to open too many tabs! Your files, issues, notifications are a single click away!"입니다.
확장 프로그램 스크린샷
OneSidebar - GitHub Navigator 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
OneSidebar adds a sidebar for navigating GitHub code, issues, pull requests, discussions, and notifications quickly on the same browser window. No longer having to open too many tabs! Your files, issues, and notifications are only a single click away! FEATURES ➤ Navigate on GitHub: code, issues, pull requests, discussions, notifications, ... ➤ Switch branches and tags ➤ Bookmark repositories for quick access ➤ Fuzzy search ➤ ... and more! ABOUT YOUR DATA I have no interest in your data at all. As developers, we all respect privacy and data. So no tracking code. No Google Analytics. Nothing is sent out of your browser. When you log in for more advanced features, only your GitHub username is used for checking the license. SUPPORT & BUG REPORT Twitter: twitter.com/@_OliverNguyen Email: [email protected] Website: onesidebar.com Discussion: github.com/onesidebar/OneSidebar/discussions
확장 프로그램 기본 정보
이름 | OneSidebar - GitHub Navigator |
ID | hbobgffpocdikbnfblapkhokgfmpojmm |
공식 URL | https://chromewebstore.google.com/detail/onesidebar-github-navigat/hbobgffpocdikbnfblapkhokgfmpojmm |
설명 | The missing navigator of GitHub. No longer having to open too many tabs! Your files, issues, notifications are a single click away! |
파일 크기 | 183 KB |
설치 횟수 | 79 |
현재 버전 | 1.6 |
최근 업데이트 | 2022-09-15 |
출시 날짜 | 2021-03-22 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | Oliver N. |
이메일 | [email protected] |
결제 유형 | in_app |
확장 프로그램 웹 사이트 | https://onesidebar.com |
도움말 페이지 URL | https://github.com/onesidebar/OneSidebar/discussions |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_specific_settings": { "gecko": { "id": "{af81a170-dd11-4210-9c85-bb922d00a659}" } }, "content_scripts": [ { "css": [ "main.css" ], "js": [ "main.js" ], "matches": [ "https:\/\/github.com\/*" ], "run_at": "document_start" } ], "description": "The missing navigator of GitHub. No longer having to open too many tabs! Your files, issues, notifications are a single click away!", "host_permissions": [ "https:\/\/github.com\/*" ], "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png", "512": "icon512.png", "96": "icon96.png" }, "manifest_version": 3, "name": "OneSidebar - GitHub Navigator", "permissions": [ "storage" ], "version": "1.6", "web_accessible_resources": [ { "extension_ids": [], "matches": [ "https:\/\/github.com\/*" ], "resources": [ "assets\/*" ] } ] } |