Text Speed-reading Extension

A Chrome extension that bolds parts of words to increase your reading speed

什麼是Text Speed-reading Extension?

Text Speed-reading Extension是由joe44850開發的Chrome擴展程式,該擴展的主要功能是“A Chrome extension that bolds parts of words to increase your reading speed”。

擴展截圖

screenshot

下載Text Speed-reading Extension擴展crx文件

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

擴展使用說明

                        Introducing the new chrome extension that can boost your reading speed! Our extension bolds the first few letters of every word on a webpage within text paragraphs, making it easier for you to scan through the text and identify the most important words. Studies have shown that this technique can significantly increase your reading speed, making it perfect for students, professionals, and anyone who wants to read faster and more efficiently. Try it out today and experience the benefits of this simple yet powerful tool!                    

擴展基本資訊

名稱 Text Speed-reading Extension Text Speed-reading Extension
ID omdficelahogdlielanbfdcefpckabai
官方網址 https://chromewebstore.google.com/detail/text-speed-reading-extens/omdficelahogdlielanbfdcefpckabai
簡介 A Chrome extension that bolds parts of words to increase your reading speed
檔案大小 33.97 KB
安裝次數 55
目前版本 1.1
更新時間 2023-05-17
上架時間 2023-04-19
評分 5.00/5 共 2 次評分
開發者 joe44850
電子郵箱 [email protected]
付費類型 free
擴展官網 https://joelinstrum.com
隱私政策頁面URL https://docs.google.com/document/d/e/2PACX-1vTpl8SFxETn9eMTG0ROqfHsDfx48wbYjggVleV3On9em4lYHnCn06-NmtFIM3MEskYBmywfjVyZheFO/pub
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Text Speed-reading Extension",
    "version": "1.1",
    "description": "A Chrome extension that bolds parts of words to increase your reading speed",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "scripting"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "popup.js",
                "addSpeedRead.js",
                "removeSpeedRead.js"
            ]
        }
    ]
}