Github 百宝箱
Github 加速,Github 加速,Github 代码在线看,Github 1s,Octotree, VS Code 打开
Github 百宝箱란 무엇입니까?
Github 百宝箱은(는) Derek에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Github 加速,Github 加速,Github 代码在线看,Github 1s,Octotree, VS Code 打开"입니다.
확장 프로그램 스크린샷
Github 百宝箱 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Github 加速,快速查看 Github 源码,快速使用 VS Code 在线打开 Github 查看源码。
확장 프로그램 기본 정보
이름 | Github 百宝箱 |
ID | pbggmlghklngacbdkdjcebaaglkcokhp |
공식 URL | https://chromewebstore.google.com/detail/github-%E7%99%BE%E5%AE%9D%E7%AE%B1/pbggmlghklngacbdkdjcebaaglkcokhp |
설명 | Github 加速,Github 加速,Github 代码在线看,Github 1s,Octotree, VS Code 打开 |
파일 크기 | 41.2 KB |
설치 횟수 | 7,000 |
현재 버전 | 1.0.4 |
최근 업데이트 | 2023-07-31 |
출시 날짜 | 2020-08-23 |
평점 | 2.88/5 총 8 개의 평점 |
개발자 | Derek |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/codedrinker/github-booster |
지원되는 언어 | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Github \u767e\u5b9d\u7bb1", "description": "Github \u52a0\u901f,Github \u52a0\u901f,Github \u4ee3\u7801\u5728\u7ebf\u770b,Github 1s,Octotree, VS Code \u6253\u5f00", "version": "1.0.4", "permissions": [ "contextMenus", "tabs", "activeTab" ], "background": { "scripts": [ "background.js" ] }, "manifest_version": 2, "content_scripts": [ { "js": [ "jquery.min.js", "github-booster.js" ], "matches": [ "https:\/\/github.com\/*", "https:\/\/github.com.cnpmjs.org\/*" ] } ], "icons": { "128": "github-booster.png" }, "browser_action": { "default_icon": "github-booster.png", "default_title": "Github \u767e\u5b9d\u7bb1" } } |