Type2Learn

Learn by typing the webpage text in the browser itself!

什麼是Type2Learn?

Type2Learn是由Raghav Sethi開發的Chrome擴展程式,該擴展的主要功能是“Learn by typing the webpage text in the browser itself!”。

擴展截圖

screenshot

下載Type2Learn擴展crx文件

下載Type2Learn擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}