InoReader Enhancements
Fixes a few UI elements for easy reading with InoReader
InoReader Enhancements란 무엇입니까?
InoReader Enhancements은(는) https://tambnguyen.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Fixes a few UI elements for easy reading with InoReader"입니다.
확장 프로그램 스크린샷
InoReader Enhancements 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
I made some enhancements to InoReader layout to make it match more with how Google Reader used to be. Feel free to make suggestions. Feed navigation: - Increase font size on feed - Current feed indicator is more clear - Unread count is in bold and red text, and is always aligned right Reading pane: - Widen content area a tad - Increase title size - Current title's is now red - Unread titles are now blue - Read titles are now black - Article boxes now have even border widths and color
확장 프로그램 기본 정보
이름 | InoReader Enhancements |
ID | gplhofhphfekaflbghoggkbgfoblaamo |
공식 URL | https://chromewebstore.google.com/detail/inoreader-enhancements/gplhofhphfekaflbghoggkbgfoblaamo |
설명 | Fixes a few UI elements for easy reading with InoReader |
파일 크기 | 36.74 KB |
설치 횟수 | 1,121 |
현재 버전 | 2015.4.8.1 |
최근 업데이트 | 2015-04-09 |
출시 날짜 | 2015-04-08 |
평점 | 4.86/5 총 14 개의 평점 |
개발자 | https://tambnguyen.com |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "exclude_globs": [], "exclude_matches": [], "include_globs": [], "js": [ "script.js" ], "matches": [ "https:\/\/beta.inoreader.com\/*", "http:\/\/beta.inoreader.com\/*", "http:\/\/inoreader.com\/*", "https:\/\/inoreader.com\/*", "http:\/\/www.inoreader.com\/*", "https:\/\/www.inoreader.com\/*" ], "run_at": "document_idle" } ], "icons": { "256": "icon_256.png", "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "converted_from_user_script": true, "description": "Fixes a few UI elements for easy reading with InoReader", "name": "InoReader Enhancements", "version": "2015.4.8.1", "manifest_version": 2 } |