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
Eメール [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"
    ]
}