Hackertab.dev - developer news

All developer news in one tab

Τι είναι το Hackertab.dev - developer news;

Το Hackertab.dev - developer news είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://hackertab.dev, και η κύρια λειτουργία του είναι "All developer news in one tab".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Hackertab.dev - developer news

Λήψη αρχείων επέκτασης 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
Επίσημο URL 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\/*"
    ]
}