Bridge

New tab. For devs. F*ck you.

什么是Bridge?

Bridge是由Balthazar Gronon开发的Chrome扩展程序,该扩展的主要功能是“New tab. For devs. F*ck you.”。

扩展截图

screenshot
screenshot

下载Bridge扩展crx文件

下载Bridge扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This extension has been hand-crafted to improve everyday chrome experience, by providing a new landing page you can customize using widgets with multiple purposes: github trends, weather, stackoverflow latest questions, dribbble posts...

It uses React along with Redux and is open-sourced, feel free to improve it or simply look at the code!                    

扩展基本信息

名称 Bridge Bridge
ID beoakkifjokgdckjcdlbdfmacaefdfhh
官方URL https://chromewebstore.google.com/detail/bridge/beoakkifjokgdckjcdlbdfmacaefdfhh
简介 New tab. For devs. F*ck you.
文件大小 247 KB
安装次数 15
当前版本 3.48
更新时间 2021-02-21
上架时间 2020-04-08
评分 5.00/5 共2次评分
开发者 Balthazar Gronon
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/Sigsev/Bridge
帮助页面URL https://github.com/Sigsev/Bridge/issues
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bridge",
    "description": "New tab. For devs. F*ck you.",
    "version": "3.48",
    "manifest_version": 2,
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "128": "128.png"
    },
    "permissions": [
        "storage",
        "geolocation"
    ]
}