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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/*"
    ]
}