AlphaText - Make text readable!

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

AlphaText - Make text readable! क्या है?

AlphaText - Make text readable! P. Wang & H. Zhou द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Customize and change the appearance of online articles to enhance text readability"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में AlphaText - Make text readable! एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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)                    

एक्सटेंशन की मूल जानकारी

नाम AlphaText - Make text readable! AlphaText - Make text readable!
ID lpcaoilgpobajbkiamaojipjddpkkida
आधिकारिक URL https://chromewebstore.google.com/detail/alphatext-make-text-reada/lpcaoilgpobajbkiamaojipjddpkkida
विवरण Customize and change the appearance of online articles to enhance text readability
फ़ाइल का आकार 66.04 KB
स्थापना संख्या 67,834
वर्तमान संस्करण 3.6
अंतिम अपडेट 2017-05-21
प्रकाशन तिथि 2017-05-21
रेटिंग 4.56/5 कुल 179 रेटिंग्स
डेवलपर P. Wang & H. Zhou
भुगतान के प्रकार free
समर्थित भाषाएँ 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
    }
}