Half Bold

A tool to help people with ADHD improve their reading focus and comprehension.

Half Boldとは何ですか?

Half Boldはreponによって開発されたChromeの拡張機能で、その主な機能は「A tool to help people with ADHD improve their reading focus and comprehension.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Half Bold拡張機能のCRXファイルをダウンロード

Half Bold拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Half Bold literally bolds half of the word allows all users to focus on text without being overwhelmed. This can be a great tool to activate when you see long blogs or even a large group of paragraphs.

Change log:
Version: 1.1.0
- Add feature Half bold text for text plain file
- Add feature selected some text and fast share on social such as: twitter, linkedIn and facebook (auto post use api post).                    

拡張機能の基本情報

名前 Half Bold Half Bold
ID mlmoighangjfhiookjppplipefbbnaoo
公式URL https://chromewebstore.google.com/detail/half-bold/mlmoighangjfhiookjppplipefbbnaoo
説明 A tool to help people with ADHD improve their reading focus and comprehension.
ファイルサイズ 568 KB
インストール数 78,247
現在のバージョン 1.1.1
最終更新日 2023-11-22
公開日 2023-03-27
評価 4.02/5 合計 109 レビュー
開発者 repon
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://sites.google.com/view/the-policy/home
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Half Bold",
    "version": "1.1.1",
    "description": "A tool to help people with ADHD improve their reading focus and comprehension.",
    "icons": {
        "48": "icon128.png",
        "128": "icon128.png"
    },
    "action": {
        "default_icon": {
            "32": "icon32.png",
            "128": "icon128.png"
        },
        "default_popup": "src\/popup\/index.html"
    },
    "options_page": "src\/options\/index.html",
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.index.ts.63a775b4.1408c1bb.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/linkedin.com\/*",
        "https:\/\/*.facebook.com\/*",
        "https:\/\/*.twitter.com\/*"
    ],
    "permissions": [
        "storage",
        "contextMenus",
        "declarativeNetRequest"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/index.ts.63a775b4.js"
            ],
            "use_dynamic_url": true
        }
    ]
}