Hacker Tab (unofficial)
Replace browser new tab screen with GitHub trending projects.
Hacker Tab (unofficial)とは何ですか?
Hacker Tab (unofficial)はrainchai4240によって開発されたChromeの拡張機能で、その主な機能は「Replace browser new tab screen with GitHub trending projects.」です。
拡張機能のスクリーンショット
Hacker Tab (unofficial)拡張機能のCRXファイルをダウンロード
Hacker Tab (unofficial)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
My personal version of hackertab, as the official hackertab extension is down, hence I decided to self-host a version of mine, all credits go to https://github.com/huchenme/hacker-tab-extension, I did not wrote any line of code 拡張機能の基本情報
| 名前 | |
| ID | fjjkhllolplhgmoepkjjlbmpgfhpmbob |
| 公式URL | https://chrome.google.com/webstore/detail/hacker-tab-unofficial/fjjkhllolplhgmoepkjjlbmpgfhpmbob |
| 説明 | Replace browser new tab screen with GitHub trending projects. |
| ファイルサイズ | 2.33 MB |
| インストール数 | 55 |
| 現在のバージョン | 1.10.0 |
| 最終更新日 | 2020-10-22 |
| 公開日 | 2020-10-22 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | rainchai4240 |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/huchenme/hacker-tab-extension |
| ヘルプページのURL | https://github.com/huchenme/hacker-tab-extension |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Hacker Tab (unofficial)",
"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"
]
} | |