Tech Stories Tab by Hacker Noon

Get the latest Hacker Noon tech stories when you open a new tab.

Tech Stories Tab by Hacker Noonคืออะไร?

Tech Stories Tab by Hacker Noon เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dane Lyons และคุณลักษณะหลักของมันคือ "Get the latest Hacker Noon tech stories when you open a new tab."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tech Stories Tab by Hacker Noon

ดาวน์โหลดไฟล์ส่วนขยาย Tech Stories Tab by Hacker Noon ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Open a new tab --> open your mind to the latest, greatest tech stories published on hackernoon.com.

Hacker Noon’s new tab Chrome Extension makes it easy for you to stay in-the-loop with what’s ~really~ going on in tech today—as told by the hackers building, buying, hodling, founding, and funding our collective futures.

“The best hacker and developer publication on the planet!”— Sherman Lee, Co-founder @Raven_Protocol, Angel Investor @deep_ventures_

“The best thing I've read in a while.” — @cavdy_io, FullStack Software Developer @darklordcodes. 

“Big shout out to the @hackernoon guys & girls, great bunch of people and the best place on the internet to publish your #crypto content 🙏” — builder of things @BinaryOverdose

🚀 18,000+ tech topics covered, from AI and Blockchain to Programming, Product Management, Startups, and more
🌍 12k+ contributing writers, globally
👀 4M+ monthly readers

🎄 Give yourself the gift of good tech storytelling: be the first to know everytime a new featured post is published on the world’s greenest indie tech site.

🔥 HIT UP ADD TO CHROME, HACKERS 🔥 

◦ https://hackernoon.com 
◦ https://twitter.com/hackernoon 
◦ https://www.facebook.com/hackernoon/
◦ https://www.instagram.com/hackernoon/
◦ https://www.youtube.com/channel/UChu5YILgrOYOfkfRlTB-D-g 
◦ https://www.linkedin.com/company/hackernoon    
◦ subscribe: noonification.com                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Tech Stories Tab by Hacker Noon Tech Stories Tab by Hacker Noon
ID cmcgnandlhnjekeccmongfellpljlohh
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/tech-stories-tab-by-hacke/cmcgnandlhnjekeccmongfellpljlohh
คำอธิบาย Get the latest Hacker Noon tech stories when you open a new tab.
ขนาดไฟล์ 8.73 KB
จำนวนการติดตั้ง 263
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2020-07-20
วันที่เผยแพร่ 2020-06-24
คะแนน 5.00/5 รวมทั้งหมด 13 คะแนน
ผู้พัฒนา Dane Lyons
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://hackernoon.com
URL หน้าช่วยเหลือ https://help.hackernoon.com/
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tech Stories Tab by Hacker Noon",
    "version": "1.3",
    "description": "Get the latest Hacker Noon tech stories when you open a new tab.",
    "author": "Hacker Noon",
    "chrome_url_overrides": {
        "newtab": "homepage.html"
    },
    "permissions": [
        "storage",
        "https:\/\/hackernoon.com\/",
        "https:\/\/api.hackernoon.com\/"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png",
        "380": "icon380.png"
    }
}