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文件
下載OneSidebar - GitHub Navigator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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\/*" ] } ] } |