GITHUBER - New Tab

Display Github Trending repositories on New Tab Extensions

What is GITHUBER - New Tab?

GITHUBER - New Tab is a Chrome extension developed by 卓文理, and its main feature is "Display Github Trending repositories on New Tab Extensions".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download GITHUBER - New Tab Extension CRX File

Download GITHUBER - New Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        ✔ 支持四大搜索引擎:谷歌、百度、必应、雅虎、DuckDuckGo
✔ 添加便捷书签(右键进入编辑模式,编辑模式下支持双击编辑、拖拽排序、删除书签等)
✔ 爬 Github Trending 展示所有编程语言的每日、每周、每月热门 Repo 以及开发者
✔ 项目开源,方便大家进行代码审计、添加新功能
✔ 支持中英文、备份数据、以及基本视图设置

更新日志:
1. ✨ 添加 DogeDoge 搜索引擎                    

Extension Basic Information

Name GITHUBER - New Tab GITHUBER - New Tab
ID janmcneaglgklfljjcpihkkomeghljnf
Official URL https://chromewebstore.google.com/detail/githuber-new-tab/janmcneaglgklfljjcpihkkomeghljnf
Description Display Github Trending repositories on New Tab Extensions
File Size 655 KB
Installation Count 6,000
Current Version 1.7.1
Last Updated 2023-07-17
Publish Date 2019-09-14
Rating 4.89/5 Total 18 Ratings
Developer 卓文理
Email [email protected]
Payment Type free
Extension Website https://github.com/zhuowenli/githuber
Help Page URL https://github.com/zhuowenli/githuber/issues
Supported Languages 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"
}