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