NiceReader

NiceReader is designed for web reading.You can customize font, color, background, specify the elements to read, filiter ad elements.

NiceReader란 무엇입니까?

NiceReader은(는) wangjh370에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "NiceReader is designed for web reading.You can customize font, color, background, specify the elements to read, filiter ad elements."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

NiceReader 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        乐豆阅读器,专为网页阅读设计.可自定义字体,颜色,大小,背景等.可指定阅读元素,自动翻页,过滤广告及浮窗元素,清除广告字符等.

NiceReader is designed for web reading. 
1.customize font, color, size, background. 
2.specify the elements to read.
3.filiter ad elements with high zIndex or mouse event, and filiter ad strings. 
4.automaticaly turn page, or press up, down, left, right, space, Home, End, PgUp, PgDn key, click slider to turn page.                    

확장 프로그램 기본 정보

이름 NiceReader NiceReader
ID jnghlhhicobffgpodoafnmkfncpddgph
공식 URL https://chromewebstore.google.com/detail/nicereader/jnghlhhicobffgpodoafnmkfncpddgph
설명 NiceReader is designed for web reading.You can customize font, color, background, specify the elements to read, filiter ad elements.
파일 크기 149 KB
설치 횟수 51
현재 버전 1.4
최근 업데이트 2017-01-16
출시 날짜 2017-01-15
평점 4.60/5 총 5 개의 평점
개발자 wangjh370
결제 유형 free
확장 프로그램 웹 사이트 http://www.nicereader.net
지원되는 언어 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NiceReader",
    "version": "1.4",
    "description": "NiceReader is designed for web reading.You can customize font, color, background, specify the elements to read, filiter ad elements.",
    "homepage_url": "http:\/\/www.nicereader.net",
    "browser_action": {
        "default_icon": "images\/nicereader.png",
        "default_title": "NiceReader",
        "default_popup": "popup.html"
    },
    "icons": {
        "64": "images\/nicereader.png",
        "24": "images\/nicereader24.png",
        "16": "images\/nicereader16.png"
    },
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "options_page": "options.html",
    "web_accessible_resources": [
        "images\/*"
    ],
    "permissions": [
        "fontSettings",
        "tabs"
    ],
    "offline_enabled": true
}