Boldify

Automatically makes the first half of every word on a page bold.

Τι είναι το Boldify;

Το Boldify είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον sssillah1, και η κύρια λειτουργία του είναι "Automatically makes the first half of every word on a page bold.".

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

screenshot
screenshot

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

Λήψη αρχείων επέκτασης Boldify σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Some readers may find it difficult to focus while reading. This extension aims to address that by using the typography developed by Swiss designer  Renato Casutt. When the extension is active, it will bold the initial part of the word in order to make it easier to process. 

This may be helpful for those who find concentrating while reading difficult, for those with dyslexia, or those who have ADHD.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Boldify Boldify
ID lcckknlmojcknpkmnbodkfoonifcgngm
Επίσημο URL https://chromewebstore.google.com/detail/boldify/lcckknlmojcknpkmnbodkfoonifcgngm
Περιγραφή Automatically makes the first half of every word on a page bold.
Μέγεθος Αρχείου 33.54 KB
Αριθμός Εγκαταστάσεων 120
Τρέχουσα Έκδοση 1.0.0.1
Τελευταία Ενημέρωση 2023-05-19
Ημερομηνία Δημοσίευσης 2023-05-19
Αξιολόγηση 3.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής sssillah1
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Boldify",
    "description": "Automatically makes the first half of every word on a page bold.",
    "version": "1.0.0.1",
    "icons": {
        "16": "icons\/icon16_enabled.png",
        "32": "icons\/icon32_enabled.png",
        "48": "icons\/icon48_enabled.png",
        "128": "icons\/icon128_enabled.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/content.js"
            ]
        }
    ]
}