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文件
下載Medium Blog Digest擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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": [ "*:\/\/*\/*" ] } |