Hackertab.dev - developer news

All developer news in one tab

什麼是Hackertab.dev - developer news?

Hackertab.dev - developer news是由https://hackertab.dev開發的Chrome擴展程式,該擴展的主要功能是“All developer news in one tab”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Hackertab.dev - developer news擴展crx文件

下載Hackertab.dev - developer news擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Keep up with the latest developer news with Hackertab. 🚀
____
As a developer, it can be difficult to stay on top of everything happening in the field. 
Hackertab makes it easy by allowing you to customise your default tab page to include news, tools and events from top sources such as GitHub Trending, Hacker News, DevTo, Medium, and Product Hunt. 
No matter what type of developer you are, you'll find valuable and relevant information with Hackertab. Don't miss out - give it a try today!

✦ FEATURES
• 🆕 Hourly updated content
• 💻 Customisable by language or topic
• 👍 Curated content from the best sources
• 💎 Add you preferred source as an RSS Feed
• 🔖 Bookmark and read it later
• 🌙 Dark mode for when it gets late
• 🔍 Use your favourite search engine
Even more features are going to come in the future!

✦ CONTACT
• 🗣️ For general enquiries: [email protected]
• 🐦 Twitter: @hackertabdev
• 🌐 Website: https://hackertab.dev
• 💡 The story behind Hackertab: https://www.mehdisakout.com/posts/hackertab-stay-updated-developer-trends-libraries-news-jobs/

This extension is completely open source. If you wish to add a new feature or make some changes, feel free to contribute to it on GitHub! https://github.com/medyo/hackertab.dev                    

擴展基本資訊

名稱 Hackertab.dev - developer news Hackertab.dev - developer news
ID ocoipcahhaedjhnpoanfflhbdcpmalmp
官方網址 https://chromewebstore.google.com/detail/hackertabdev-developer-ne/ocoipcahhaedjhnpoanfflhbdcpmalmp
簡介 All developer news in one tab
檔案大小 519 KB
安裝次數 4,600
目前版本 1.20.1
更新時間 2023-12-28
上架時間 2021-02-19
評分 4.94/5 共 117 次評分
開發者 https://hackertab.dev
電子郵箱 [email protected]
付費類型 free
擴展官網 https://hackertab.dev
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hackertab.dev - developer news",
    "description": "All developer news in one tab",
    "version": "1.20.1",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": "\/logos\/logo16.png",
        "32": "\/logos\/logo32.png",
        "48": "\/logos\/logo48.png",
        "128": "\/logos\/logo128.png"
    },
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "https:\/\/*.hackertab.dev\/*"
    ]
}