Read Time Estimator
Select some text -> Right click -> Click estimate read time -> Enter you WPM -> Get estimated read time
Read Time Estimator क्या है?
Read Time Estimator https://bashvlas.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Select some text -> Right click -> Click estimate read time -> Enter you WPM -> Get estimated read time"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Read Time Estimator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This is a very simple chrome extension which allows you to estimate the amount of time it will take you to read a particular text. Select Select some text -> Right click -> Click estimate read time -> Enter you WPM -> Get estimated read time.
एक्सटेंशन की मूल जानकारी
नाम | Read Time Estimator |
ID | dbkmhaamlapkjabaieclhlofhnaoccmb |
आधिकारिक URL | https://chromewebstore.google.com/detail/read-time-estimator/dbkmhaamlapkjabaieclhlofhnaoccmb |
विवरण | Select some text -> Right click -> Click estimate read time -> Enter you WPM -> Get estimated read time |
फ़ाइल का आकार | 12.08 KB |
स्थापना संख्या | 5,339 |
वर्तमान संस्करण | 1.1.5 |
अंतिम अपडेट | 2020-03-25 |
प्रकाशन तिथि | 2020-03-25 |
रेटिंग | 5.00/5 कुल 4 रेटिंग्स |
डेवलपर | https://bashvlas.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://sites.google.com/view/copycurate/privacy-policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Read Time Estimator", "short_name": "Read Time Estimator", "description": "Select some text -> Right click -> Click estimate read time -> Enter you WPM -> Get estimated read time", "version": "1.1.5", "icons": { "128": "img\/document_clock.png", "16": "img\/small_clock.png" }, "background": { "persistent": false, "scripts": [ "background\/background.js" ] }, "permissions": [ "contextMenus", "storage" ] } |