TextTeaser Browser Extension
TextTeaser Extension allows you to summarize web articles easily with just a single click.
TextTeaser Browser Extension क्या है?
TextTeaser Browser Extension https://textteaser.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "TextTeaser Extension allows you to summarize web articles easily with just a single click."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में TextTeaser Browser Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
TextTeaser Extension allows you to summarize web articles easily. This extension is not a replacement for the article. Although, TextTeaser can save your time by checking the summary first to determine if it's interesting before reading the entire article. Features: - One click summary - View summary as a list or in paragraph form - Adjustable summary length - Unobtrusive reading experience - And it's free!
एक्सटेंशन की मूल जानकारी
नाम | |
ID | fbojgdgmgpmmjhipfcjnkgmafcomfngh |
आधिकारिक URL | https://chromewebstore.google.com/detail/textteaser-browser-extens/fbojgdgmgpmmjhipfcjnkgmafcomfngh |
विवरण | TextTeaser Extension allows you to summarize web articles easily with just a single click. |
फ़ाइल का आकार | 180 KB |
स्थापना संख्या | 3,000 |
वर्तमान संस्करण | 0.3 |
अंतिम अपडेट | 2015-05-24 |
प्रकाशन तिथि | 2015-05-24 |
रेटिंग | 4.00/5 कुल 8 रेटिंग्स |
डेवलपर | https://textteaser.com |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TextTeaser Browser Extension", "version": "0.3", "description": "TextTeaser Extension allows you to summarize web articles easily with just a single click.", "icons": { "16": "assets\/icons\/logo16.png", "32": "assets\/icons\/logo32.png", "48": "assets\/icons\/logo48.png", "128": "assets\/icons\/logo128.png" }, "browser_action": { "default_icon": "assets\/icons\/logo16.png", "default_popup": "popup.html" }, "author": "DataTeaser", "permissions": [ "http:\/\/textteaser.com\/", "http:\/\/127.0.0.1:5000\/", "http:\/\/www.textteaser.com\/", "tabs" ], "homepage_url": "http:\/\/www.textteaser.com\/", "short_name": "TextTeaser" } |