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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | 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" ] } |