AlphaText - Make text readable!
Customize and change the appearance of online articles to enhance text readability
Τι είναι το AlphaText - Make text readable!;
Το AlphaText - Make text readable! είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον P. Wang & H. Zhou, και η κύρια λειτουργία του είναι "Customize and change the appearance of online articles to enhance text readability".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης AlphaText - Make text readable!
Λήψη αρχείων επέκτασης AlphaText - Make text readable! σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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! |
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 } } |