Medium Blog Digest
Summary of your Medium Blog Post Content
Medium Blog Digest क्या है?
Medium Blog Digest https://blogdigest.co द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Summary of your Medium Blog Post Content"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Medium Blog Digest एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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": [ "*:\/\/*\/*" ] } |