Lexend for Chrome

Format pages using the Lexend font.

Τι είναι το Lexend for Chrome;

Το Lexend for Chrome είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Helperbird, και η κύρια λειτουργία του είναι "Format pages using the Lexend font.".

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

screenshot
screenshot
screenshot

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

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

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

                        Font enthusiasts, rejoice! With the Official Lexend Font Chrome Extension, you now have the power to transform the way you view websites. Experience the ultimate typography bliss as you immerse yourself in the world of Lexend fonts.

🖋️ Features

Say goodbye to monotonous fonts and embrace the versatility of Lexend! This extension allows you to effortlessly change the font on any website to your preferred Lexend style. Explore the following fantastic Lexend fonts:

🔤 Lexend Deca
🔤 Lexend Exa
🔤 Lexend Giga
🔤 Lexend Mega
🔤 Lexend Peta
🔤 Lexend Tera
🔤 Lexend Zetta

🤝 Built & Maintained by the Helperbird Team 

The Lexend Font Chrome Extension is lovingly crafted and continuously maintained by the passionate team at Helperbird. We take pride in ensuring a seamless and delightful user experience for all. Looking for more than just font magic? Don't forget to check out Helperbird, your go-to extension for all things accessibility, reading, and writing! As a special treat, use code "lexend" at checkout for an exclusive 25% discount.

🌐 Website 

Curious to learn more about Lexend and its intriguing history? Head over to Lexend.com for a fascinating dive into the world of this exceptional font.

🔄 Updates

🆕 Version 3.0.0
- Enjoy support for icons to add an extra touch of personalization.
- Streamlined code for optimal performance.
- Permissions have been thoughtfully reviewed to ensure only essential requests are made.

🔄 Version 2.0.1 
- Behold a stunning UI and revamped layout, enhancing your browsing experience.
- Seamlessly upgraded to an MV3 manifest, taking advantage of the latest Chrome features.
- Unnecessary code has been bid farewell, ensuring efficiency.
- Permissions have been carefully reviewed and adjusted to prioritize your privacy.

For any questions or assistance, feel free to contact Robert at [email protected].

Unleash your creativity and explore the beauty of Lexend fonts with our official Chrome extension. Get ready for a captivating browsing experience. 

Install now and elevate your web journey to a whole new level! 🚀                    

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

Όνομα Lexend for Chrome Lexend for Chrome
ID dephbjebdflpbhnhnebainombgimhdgc
Επίσημο URL https://chromewebstore.google.com/detail/lexend-for-chrome/dephbjebdflpbhnhnebainombgimhdgc
Περιγραφή Format pages using the Lexend font.
Μέγεθος Αρχείου 551 KB
Αριθμός Εγκαταστάσεων 612
Τρέχουσα Έκδοση 3.0.1
Τελευταία Ενημέρωση 2023-08-31
Ημερομηνία Δημοσίευσης 2020-08-15
Αξιολόγηση 5.00/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής Helperbird
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.lexend.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://www.lexend.com
URL της Σελίδας Πολιτικής Απορρήτου https://www.helperbird.com/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appNameChrome__",
    "version": "3.0.1",
    "manifest_version": 3,
    "description": "__MSG_appDescription__",
    "homepage_url": "https:\/\/lexend.com",
    "icons": {
        "16": "assets\/images\/icons\/icon-16.png",
        "64": "assets\/images\/icons\/icon-64.png",
        "128": "assets\/images\/icons\/icon-128.png"
    },
    "action": {
        "default_icon": "assets\/images\/icons\/icon-128.png",
        "default_popup": "index.html"
    },
    "default_locale": "en",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*\/*"
            ],
            "js": [
                "scripts\/content.js"
            ],
            "exclude_globs": [
                "*:\/\/docs.google.com\/*"
            ]
        }
    ],
    "offline_enabled": true,
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "resources": [
                "assets\/fonts\/lexend\/lexend.woff2",
                "assets\/fonts\/lexend\/lexend-deca.woff2",
                "assets\/fonts\/lexend\/lexend-exa.woff2",
                "assets\/fonts\/lexend\/lexend-giga.woff2",
                "assets\/fonts\/lexend\/lexend-mega.woff2",
                "assets\/fonts\/lexend\/lexend-meta.woff2",
                "assets\/fonts\/lexend\/lexend-peta.woff2",
                "assets\/fonts\/lexend\/lexend-zetta.woff2",
                "assets\/styles\/fonts\/lexend.css",
                "assets\/styles\/fonts\/lexend-deca.css",
                "assets\/styles\/fonts\/lexend-exa.css",
                "assets\/styles\/fonts\/lexend-giga.css",
                "assets\/styles\/fonts\/lexend-mega.css",
                "assets\/styles\/fonts\/lexend-meta.css",
                "assets\/styles\/fonts\/lexend-peta.css",
                "assets\/styles\/fonts\/lexend-zetta.css"
            ]
        }
    ]
}