Half Bold

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

Co to jest Half Bold?

Half Bold to rozszerzenie Chrome opracowane przez repon, a jego główną funkcją jest „A tool to help people with ADHD improve their reading focus and comprehension.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Half Bold

Pobierz pliki rozszerzeń Half Bold w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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).                    

Podstawowe informacje o rozszerzeniu

Nazwa Half Bold Half Bold
ID mlmoighangjfhiookjppplipefbbnaoo
Oficjalny URL https://chromewebstore.google.com/detail/half-bold/mlmoighangjfhiookjppplipefbbnaoo
Opis A tool to help people with ADHD improve their reading focus and comprehension.
Rozmiar pliku 568 KB
Liczba instalacji 78,247
Aktualna Wersja 1.1.1
Ostatnia Aktualizacja 2023-11-22
Data Publikacji 2023-03-27
Ocena 4.02/5 Łącznie 109 Oceny
Deweloper repon
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://sites.google.com/view/the-policy/home
Obsługiwane Języki 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
        }
    ]
}