HackerNews Summarizer
HackerNews Summarizer
HackerNews Summarizer란 무엇입니까?
HackerNews Summarizer은(는) dohsimpson에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "HackerNews Summarizer"입니다.
확장 프로그램 스크린샷
HackerNews Summarizer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The HN Summarizer Chrome extension is the perfect tool for savy Hacker News readers. It provides a summary of each article, generated with AI. This means you won't need to spend time sifting through lengthy articles or feeling overwhelmed by endless information. The summary button blends in with native HN UI, and appears under the subtext of each article. The extension streamlines the reading process and allows you to quickly scan and digest the most important information without sacrificing precious time. If you want to stay informed about the latest news and trends on Hacker News without being bogged down by excessive text, give HN Summarizer a try. It's free.
확장 프로그램 기본 정보
이름 | HackerNews Summarizer |
ID | akfjgjlefkecijfggjekklpfgolgnafl |
공식 URL | https://chromewebstore.google.com/detail/hackernews-summarizer/akfjgjlefkecijfggjekklpfgolgnafl |
설명 | HackerNews Summarizer |
파일 크기 | 9.4 KB |
설치 횟수 | 34 |
현재 버전 | 0.2.1 |
최근 업데이트 | 2023-04-27 |
출시 날짜 | 2023-04-11 |
개발자 | dohsimpson |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "16": "icon16.plasmo.00ac8b83.png", "32": "icon32.plasmo.9ad0c5b6.png", "48": "icon48.plasmo.cae3a6b3.png", "64": "icon64.plasmo.e4b604fc.png", "128": "icon128.plasmo.b89b7dfa.png" }, "manifest_version": 3, "action": { "default_icon": { "16": "icon16.plasmo.00ac8b83.png", "32": "icon32.plasmo.9ad0c5b6.png", "48": "icon48.plasmo.cae3a6b3.png", "64": "icon64.plasmo.e4b604fc.png", "128": "icon128.plasmo.b89b7dfa.png" } }, "version": "0.2.1", "author": "dohsimpson", "name": "HackerNews Summarizer", "description": "HackerNews Summarizer", "content_scripts": [ { "matches": [ "https:\/\/news.ycombinator.com\/*" ], "js": [ "content.62a5b9ec.js" ], "css": [] } ], "host_permissions": [ "https:\/\/news.ycombinator.com\/*" ] } |