Hackertab.dev - developer news
All developer news in one tab
Hackertab.dev - developer news क्या है?
Hackertab.dev - developer news https://hackertab.dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "All developer news in one tab"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Hackertab.dev - developer news एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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\/*" ] } |