Bridge
New tab. For devs. F*ck you.
Wat is Bridge?
Bridge is een Chrome-extensie ontwikkeld door Balthazar Gronon, en de belangrijkste functie is "New tab. For devs. F*ck you.".
Extensie Screenshots
Download het CRX-bestand van de extensie Bridge
Download Bridge-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        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!                     Basisinformatie over de Extensie
| Naam |   |  
| ID | beoakkifjokgdckjcdlbdfmacaefdfhh | 
| Officiële URL | https://chromewebstore.google.com/detail/bridge/beoakkifjokgdckjcdlbdfmacaefdfhh | 
| Beschrijving | New tab. For devs. F*ck you. | 
| Bestandsgrootte | 247 KB | 
| Aantal Installaties | 15 | 
| Huidige Versie | 3.48 | 
| Laatst Bijgewerkt | 2021-02-21 | 
| Publicatiedatum | 2020-04-08 | 
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen | 
| Ontwikkelaar | Balthazar Gronon | 
| [email protected] | |
| Betalingswijze | free | 
| Extensiewebsite | https://github.com/Sigsev/Bridge | 
| Help Pagina-URL | https://github.com/Sigsev/Bridge/issues | 
| Ondersteunde Talen | 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"
    ]
}  |  |