Medium Blog Digest
Summary of your Medium Blog Post Content
Medium Blog Digest란 무엇입니까?
Medium Blog Digest은(는) https://blogdigest.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Summary of your Medium Blog Post Content"입니다.
확장 프로그램 스크린샷
Medium Blog Digest 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Are you tired of spending hours reading through lengthy articles on medium.com, trying to get the main points? Do you want a quick and easy way to understand the content of a blog post without having to read through the entire thing? Look no further! Our Chrome Extension for summarizing medium articles - Medium Blog Digest is here to help. With this extension, you can get a summary of any medium blog post with just one click of a button. Simply click the "Summarize" button within the Chrome browser and a summary of the blog post will be displayed. This is an incredibly useful tool for busy individuals who want to get information from the blog posts but may not have the time to read through every article in full. Not only is this extension convenient and time-saving, but it's also easy to use. Simply install it on your Chrome browser and you'll be ready to quickly and easily understand the main points of any medium blog post. Don't waste any more time struggling to understand lengthy articles – try our Chrome Extension for summarizing medium blog posts today!
확장 프로그램 기본 정보
이름 | Medium Blog Digest |
ID | fhohcpjlbgchehjpejkdlecpafdlldfi |
공식 URL | https://chromewebstore.google.com/detail/medium-blog-digest/fhohcpjlbgchehjpejkdlecpafdlldfi |
설명 | Summary of your Medium Blog Post Content |
파일 크기 | 48.09 KB |
설치 횟수 | 36 |
현재 버전 | 0.0.0.1 |
최근 업데이트 | 2023-01-09 |
출시 날짜 | 2023-01-09 |
평점 | 3.00/5 총 2 개의 평점 |
개발자 | https://blogdigest.co |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.blogdigest.co |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Medium Blog Digest", "description": "Summary of your Medium Blog Post Content", "version": "0.0.0.1", "permissions": [], "icons": { "16": "assets\/logo\/logo-16.png", "48": "assets\/logo\/logo-48.png", "128": "assets\/logo\/logo-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "src\/content.js", "assets\/js\/jquery.js" ], "css": [ "assets\/styles\/styles.css" ], "run_at": "document_end" } ], "host_permissions": [ "https:\/\/medium.com\/" ], "optional_host_permissions": [ "*:\/\/*\/*" ] } |