Hacker Tab (unofficial)
Replace browser new tab screen with GitHub trending projects.
Hacker Tab (unofficial) là gì?
Hacker Tab (unofficial) là một tiện ích mở rộng Chrome được phát triển bởi rainchai4240, và tính năng chính của nó là "Replace browser new tab screen with GitHub trending projects.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Hacker Tab (unofficial)
Tải xuống các tệp mở rộng Hacker Tab (unofficial) dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | fjjkhllolplhgmoepkjjlbmpgfhpmbob |
URL Chính Thức | https://chrome.google.com/webstore/detail/hacker-tab-unofficial/fjjkhllolplhgmoepkjjlbmpgfhpmbob |
Mô tả | Replace browser new tab screen with GitHub trending projects. |
Kích Thước Tệp | 2.33 MB |
Số Lần Cài Đặt | 55 |
Phiên Bản Hiện Tại | 1.10.0 |
Cập Nhật Lần Cuối | 2020-10-22 |
Ngày Phát Hành | 2020-10-22 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | rainchai4240 |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/huchenme/hacker-tab-extension |
URL Trang Trợ Giúp | https://github.com/huchenme/hacker-tab-extension |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |