Hacker Tab (unofficial)
Replace browser new tab screen with GitHub trending projects.
Hacker Tab (unofficial)คืออะไร?
Hacker Tab (unofficial) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย rainchai4240 และคุณลักษณะหลักของมันคือ "Replace browser new tab screen with GitHub trending projects."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hacker Tab (unofficial)
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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" ] } |