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.」です。
拡張機能のスクリーンショット
NiceReader拡張機能のCRXファイルをダウンロード
NiceReader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
乐豆阅读器,专为网页阅读设计.可自定义字体,颜色,大小,背景等.可指定阅读元素,自动翻页,过滤广告及浮窗元素,清除广告字符等. 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 |
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 } |