TLDR: News Article Summarizer
This extension automatically summarizes news articles.
TLDR: News Article Summarizer क्या है?
TLDR: News Article Summarizer Abhishek Pant द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension automatically summarizes news articles."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में TLDR: News Article Summarizer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
When you are browsing a supported website, click the icon in the Omnibox to obtain a brief five-line summary of the news article. Also available as a stand-alone web-app here: http://news-article-summarizer.herokuapp.com/ Note: Currently supports only NYTimes. Developed by: Abhishek Pant Aniruddha Gupta Ankit Jain Bhaskar Bagchi Shushman Chowdhary Rishi Mehta Utkarsh Jaiswal
एक्सटेंशन की मूल जानकारी
नाम | |
ID | omnkfiggdjenoclnfdhijodllleflpjk |
आधिकारिक URL | https://chrome.google.com/webstore/detail/tldr-news-article-summari/omnkfiggdjenoclnfdhijodllleflpjk |
विवरण | This extension automatically summarizes news articles. |
फ़ाइल का आकार | 364 KB |
स्थापना संख्या | 362 |
वर्तमान संस्करण | 0.1 |
अंतिम अपडेट | 2014-12-05 |
प्रकाशन तिथि | 2014-12-05 |
रेटिंग | 1.00/5 कुल 3 रेटिंग्स |
डेवलपर | Abhishek Pant |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://news-article-summarizer.herokuapp.com/ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TLDR: News Article Summarizer", "description": "This extension automatically summarizes news articles.", "version": "0.1", "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "declarativeContent", "http:\/\/www.nytimes.com\/*", "http:\/\/news.yahoo.com\/*", "http:\/\/localhost:8000\/*", "http:\/\/news-article-summarizer.herokuapp.com\/*", "tabs" ], "web_accessible_resources": [ "circle-loading-animation.gif" ], "page_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_title": "TL;DR supports this site." }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png", "256": "images\/icon256.png" } } |