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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Customize and change the appearance of online articles to enhance text readability"입니다.
확장 프로그램 스크린샷
AlphaText - Make text readable! 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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! |
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 } } |