Bridge
New tab. For devs. F*ck you.
什麼是Bridge?
Bridge是由Balthazar Gronon開發的Chrome擴展程式,該擴展的主要功能是“New tab. For devs. F*ck you.”。
擴展截圖
下載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 |
ID | beoakkifjokgdckjcdlbdfmacaefdfhh |
官方網址 | 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" ] } |