Read Pro

A powerful browser extension to enhance web readability by a single click.

Read Proคืออะไร?

Read Pro เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Viplove และคุณลักษณะหลักของมันคือ "A powerful browser extension to enhance web readability by a single click."

ภาพหน้าจอของส่วนขยาย

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Read Pro

ดาวน์โหลดไฟล์ส่วนขยาย Read Pro ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        READ PRO solves the pains of internet readers by empowering the user to take control of the content of any web page. User can decide what they want to read, how they want to read, and what they want to do with the content. READ PRO helps in creating an enjoyable web experience for the user while they read millions of content all over the internet.

Use READ PRO by either clicking on the icon or pressing “Ctrl+Shift+L” key.

Key Features:
* Read Mode
* Text to Speak Mode
* Erase Mode
* Highlight Mode
* Read Later
* Open Read Later
* Save as PDF
* Help Mode

Key Points:
* READ PRO is 100% free and don't support ads
* READ PRO works best on pages with articles, news, blogs, Q&A, etc
* Currently, READ PRO only support chrome browser
* READ PRO maintains user privacy and don't save any user-specific information
* READ PRO is blocked on major social platforms because of their internal policies

Finally, we encourage you to explore the READ PRO on countless websites and share your feedback with us. If you want more from the READ PRO then just let us know, and we shall prioritize your needs in our next release.

To learn more about the READ PRO please check out the website.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Read Pro Read Pro
ID ckjogkiieodbdmkeabpnhdaagilainco
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/read-pro/ckjogkiieodbdmkeabpnhdaagilainco
คำอธิบาย A powerful browser extension to enhance web readability by a single click.
ขนาดไฟล์ 407 KB
จำนวนการติดตั้ง 1,171
เวอร์ชันปัจจุบัน 2.2.0
อัปเดตครั้งล่าสุด 2019-06-10
วันที่เผยแพร่ 2019-06-09
คะแนน 4.39/5 รวมทั้งหมด 23 คะแนน
ผู้พัฒนา Viplove
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://sites.google.com/view/readpro/home
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Read Pro",
    "version": "2.2.0",
    "short_name": "Read Pro",
    "web_accessible_resources": [
        "images\/*.png",
        "icons\/*.png",
        "html\/*.html",
        "css\/*.css",
        "json\/*.json",
        "js\/*.js",
        "third-party\/*.js",
        "fonts\/*.otf",
        "fonts\/*.ttf"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "description": "A powerful browser extension to enhance web readability by a single click.",
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "background": {
        "scripts": [
            "third-party\/jquery-3.4.1.min.js",
            "third-party\/ga.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icons\/icon_48.png"
    },
    "author": "ReadPro Developers",
    "homepage_url": "https:\/\/sites.google.com\/view\/readpro\/home",
    "permissions": [
        "activeTab"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+L",
                "mac": "Command+Shift+L",
                "chromeos": "Ctrl+Shift+L",
                "linux": "Ctrl+Shift+L"
            }
        }
    }
}