Type2Learn

Learn by typing the webpage text in the browser itself!

Type2Learn क्या है?

Type2Learn Raghav Sethi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Learn by typing the webpage text in the browser itself!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Type2Learn एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Ever happened that you are unable to concentrate and read the same line again and again? Or bored of typing random text on the typing tests? Try this extension now! Read the text by typing it on the webpage itself. You can monitor your speed, errors you make, and accuracy in real-time!

Steps to use the extension:
1) Select a paragraph by clicking on it or selecting any word from it
2) Click on the extension icon in the toolbar. A popup will appear.
3) Click on the button - Prepare Text. You should see the first letter of the paragraph highlighted.
4) Start typing from the beginning of the selected paragraph.

PS: this extension version currently works on the pages in which the text selected is in paragraph HTML tag                    

एक्सटेंशन की मूल जानकारी

नाम Type2Learn Type2Learn
ID fhaenfmnpmhafnbamailokcjjbpmehig
आधिकारिक URL https://chromewebstore.google.com/detail/type2learn/fhaenfmnpmhafnbamailokcjjbpmehig
विवरण Learn by typing the webpage text in the browser itself!
फ़ाइल का आकार 2.69 MB
स्थापना संख्या 65
वर्तमान संस्करण 0.0.4
अंतिम अपडेट 2022-03-24
प्रकाशन तिथि 2022-02-28
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर Raghav Sethi
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://rghv96.github.io/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Type2Learn",
    "description": "Learn by typing the webpage text in the browser itself!",
    "version": "0.0.4",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "my-styles.css"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Type2Learn"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/rcd16.png",
            "32": "\/images\/rcd32.png",
            "48": "\/images\/rcd48.png",
            "128": "\/images\/rcd128.png"
        }
    },
    "icons": {
        "16": "\/images\/rcd16.png",
        "32": "\/images\/rcd32.png",
        "48": "\/images\/rcd48.png",
        "128": "\/images\/rcd128.png"
    }
}