NiceReader
NiceReader is designed for web reading.You can customize font, color, background, specify the elements to read, filiter ad elements.
NiceReader क्या है?
NiceReader wangjh370 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "NiceReader is designed for web reading.You can customize font, color, background, specify the elements to read, filiter ad elements."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में NiceReader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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 } |