GITHUBER - New Tab
Display Github Trending repositories on New Tab Extensions
GITHUBER - New Tab란 무엇입니까?
GITHUBER - New Tab은(는) 卓文理에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Display Github Trending repositories on New Tab Extensions"입니다.
확장 프로그램 스크린샷
GITHUBER - New Tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
✔ 支持四大搜索引擎:谷歌、百度、必应、雅虎、DuckDuckGo ✔ 添加便捷书签(右键进入编辑模式,编辑模式下支持双击编辑、拖拽排序、删除书签等) ✔ 爬 Github Trending 展示所有编程语言的每日、每周、每月热门 Repo 以及开发者 ✔ 项目开源,方便大家进行代码审计、添加新功能 ✔ 支持中英文、备份数据、以及基本视图设置 更新日志: 1. ✨ 添加 DogeDoge 搜索引擎
확장 프로그램 기본 정보
이름 | GITHUBER - New Tab |
ID | janmcneaglgklfljjcpihkkomeghljnf |
공식 URL | https://chromewebstore.google.com/detail/githuber-new-tab/janmcneaglgklfljjcpihkkomeghljnf |
설명 | Display Github Trending repositories on New Tab Extensions |
파일 크기 | 655 KB |
설치 횟수 | 6,000 |
현재 버전 | 1.7.1 |
최근 업데이트 | 2023-07-17 |
출시 날짜 | 2019-09-14 |
평점 | 4.89/5 총 18 개의 평점 |
개발자 | 卓文理 |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/zhuowenli/githuber |
도움말 페이지 URL | https://github.com/zhuowenli/githuber/issues |
지원되는 언어 | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GITHUBER - New Tab", "description": "Display Github Trending repositories on New Tab Extensions", "version": "1.7.1", "icons": { "16": "assets\/icon\/icon-16.png", "48": "assets\/icon\/icon-48.png", "128": "assets\/icon\/icon-128.png" }, "browser_action": { "default_icon": { "16": "assets\/icon\/icon-16.png", "48": "assets\/icon\/icon-48.png", "128": "assets\/icon\/icon-128.png" }, "default_popup": ".\/popup.html" }, "content_security_policy": "script-src 'self'; object-src 'self'", "chrome_url_overrides": { "newtab": ".\/index.html" }, "permissions": [ "webRequest", "tabs" ], "offline_enabled": true, "minimum_chrome_version": "36" } |