AlphaText - Make text readable!

Customize and change the appearance of online articles to enhance text readability

Was ist AlphaText - Make text readable!?

AlphaText - Make text readable! ist eine Chrome-Erweiterung, die von P. Wang & H. Zhou entwickelt wurde, und ihr Hauptmerkmal ist "Customize and change the appearance of online articles to enhance text readability".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

AlphaText - Make text readable!-Erweiterungs-CRX-Datei herunterladen

Laden Sie AlphaText - Make text readable!-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Improve online text readability, fix badly styled articles, and read the way you want!

Tired of poorly formatted articles online? AlphaText makes you more productive, reduces strain on your eyes, and prevents you from getting tired quickly when reading, by letting you adjust and improve the appearance of online articles.

Update: Now with integrated power tools, and a simplified user interface!

AlphaText 3:
- Quickly adjust font size, font style, and line spacing on websites
- Save favorite style sets to apply with a single click
- Automatic style adjustment on your saved favorite sites
- Quick color adjustment to optimize text and background color to your liking
- Clutter-clearing power tools to remove distracting multimedia (images, videos, fancy backgrounds)                    

Grundlegende Informationen zur Erweiterung

Name AlphaText - Make text readable! AlphaText - Make text readable!
ID lpcaoilgpobajbkiamaojipjddpkkida
Offizielle URL https://chromewebstore.google.com/detail/alphatext-make-text-reada/lpcaoilgpobajbkiamaojipjddpkkida
Beschreibung Customize and change the appearance of online articles to enhance text readability
Dateigröße 66.04 KB
Installationsanzahl 67,834
Aktuelle Version 3.6
Letztes Update 2017-05-21
Veröffentlichungsdatum 2017-05-21
Bewertung 4.56/5 Insgesamt 179 Bewertungen
Entwickler P. Wang & H. Zhou
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AlphaText - Make text readable!",
    "short_name": "AlphaText",
    "description": "Customize and change the appearance of online articles to enhance text readability",
    "author": "P. Wang & H. Zhou",
    "version": "3.6",
    "incognito": "spanning",
    "permissions": [
        "activeTab",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "contentscript.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "19": "icons\/icon-19.png",
            "38": "icons\/icon-38.png"
        },
        "default_title": "AlphaText"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}