Hacker Tab
Replace browser new tab screen with GitHub trending projects.
什麼是Hacker Tab?
Hacker Tab是由Hu Chen開發的Chrome擴展程式,該擴展的主要功能是“Replace browser new tab screen with GitHub trending projects.”。
擴展截圖
下載Hacker Tab擴展crx文件
下載Hacker Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Also on Product Hunt: https://www.producthunt.com/posts/hacker-tab Features: • GitHub trending projects • Dark Mode • Change your favourite language and spoken language (e.g. English) • Change from trending daily, weekly or monthly • Load repositories in background • I'm feeling lucky to show a random project If you want to keep up to date with currently development, checkout https://github.com/huchenme/hacker-tab-extension
擴展基本資訊
名稱 | |
ID | ibomigipadcieapbemkegkmadbbanbgm |
官方網址 | https://chrome.google.com/webstore/detail/hacker-tab/ibomigipadcieapbemkegkmadbbanbgm |
簡介 | Replace browser new tab screen with GitHub trending projects. |
檔案大小 | 2.4 MB |
安裝次數 | 2,000 |
目前版本 | 1.10.0 |
更新時間 | 2020-06-21 |
上架時間 | 2020-06-21 |
評分 | 4.24/5 共 17 次評分 |
開發者 | Hu Chen |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/huchenme/hacker-bar-extension |
說明頁面URL | https://github.com/huchenme/hacker-bar-extension |
隱私政策頁面URL | https://github.com/huchenme/hacker-tab-extension/blob/master/LISENSE |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hacker Tab", "author": "Hu Chen", "version": "1.10.0", "description": "Replace browser new tab screen with GitHub trending projects.", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "storage", "alarms" ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'" } |