Bold Reading

Read faster online by making the first 3 letters of every word bold.

什麼是Bold Reading?

Bold Reading是由catander開發的Chrome擴展程式,該擴展的主要功能是“Read faster online by making the first 3 letters of every word bold.”。

擴展截圖

screenshot

下載Bold Reading擴展crx文件

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

擴展使用說明

                        Bionic reading for the web. Bold Reading lets you read content faster online by making the first 3 letters of every word bold. A proven method for speed reading.                    

擴展基本資訊

名稱 Bold Reading Bold Reading
ID ehflcpdnmceagfokepkopokliphflafj
官方網址 https://chromewebstore.google.com/detail/bold-reading/ehflcpdnmceagfokepkopokliphflafj
簡介 Read faster online by making the first 3 letters of every word bold.
檔案大小 24.76 KB
安裝次數 1,457
目前版本 1.0
更新時間 2023-04-16
上架時間 2023-04-16
評分 5.00/5 共 3 次評分
開發者 catander
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bold Reading",
    "version": "1.0",
    "description": "Read faster online by making the first 3 letters of every word bold.",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/16.png",
            "48": "images\/48.png",
            "128": "images\/128.png"
        }
    },
    "icons": {
        "16": "images\/16.png",
        "24": "images\/24.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ]
}