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은(는) Dane Lyons에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get the latest Hacker Noon tech stories when you open a new tab."입니다.
확장 프로그램 스크린샷
Tech Stories Tab by Hacker Noon 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | |
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" } } |