Half Bold

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

Τι είναι το Half Bold;

Το Half Bold είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον repon, και η κύρια λειτουργία του είναι "A tool to help people with ADHD improve their reading focus and comprehension.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Half Bold

Λήψη αρχείων επέκτασης 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
Ηλεκτρονικό ταχυδρομείο [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
        }
    ]
}