Bridge
New tab. For devs. F*ck you.
What is Bridge?
Bridge is a Chrome extension developed by Balthazar Gronon, and its main feature is "New tab. For devs. F*ck you.".
Extension Screenshots
Download Bridge Extension CRX File
Download Bridge 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
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!
Extension Basic Information
Name | Bridge |
ID | beoakkifjokgdckjcdlbdfmacaefdfhh |
Official URL | https://chromewebstore.google.com/detail/bridge/beoakkifjokgdckjcdlbdfmacaefdfhh |
Description | New tab. For devs. F*ck you. |
File Size | 247 KB |
Installation Count | 15 |
Current Version | 3.48 |
Last Updated | 2021-02-21 |
Publish Date | 2020-04-08 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Balthazar Gronon |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/Sigsev/Bridge |
Help Page URL | https://github.com/Sigsev/Bridge/issues |
Supported Languages | 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" ] } |