Reeader - Minimal reader with speed reading

A simple and minimal way to read articles faster.

Reeader - Minimal reader with speed readingคืออะไร?

Reeader - Minimal reader with speed reading เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Paritosh Pundir และคุณลักษณะหลักของมันคือ "A simple and minimal way to read articles faster."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Reeader - Minimal reader with speed reading

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

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

                        Reeder - a minimal and open source reader extension for Google Chrome

UPDATE: Now fade stop words to skim through articles faster. Skip the stop words while you read through articles, read less and absorb more information.

Read any article in a distraction free mode with a clean layout. Just one click to open the reading view on top of any website. 

Quickly toggle theme between white, yellow and dark theme. To improve reading experience you can easily adjust font size and line height based on your liking. 

SPEED READING
Toggle speed reading mode for faster reading. To know more how it work and how you can speed read, check out this speed reading video from Tim Ferriss : https://www.youtube.com/watch?v=ZwEquW_Yij0

The source code of the extension is open source and if you are a developer wanting to contribute, feel free to send a pull request. 

If you want a specific feature in the extension or just want to say hey, feel free to tweet me @paritosh_pundir.                    

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

ชื่อ Reeader - Minimal reader with speed reading Reeader - Minimal reader with speed reading
ID jblbdklppkompnbobkpncbmbjkaeaeah
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/reeader-minimal-reader-wi/jblbdklppkompnbobkpncbmbjkaeaeah
คำอธิบาย A simple and minimal way to read articles faster.
ขนาดไฟล์ 134 KB
จำนวนการติดตั้ง 7,675
เวอร์ชันปัจจุบัน 1.2.0
อัปเดตครั้งล่าสุด 2020-02-16
วันที่เผยแพร่ 2020-02-16
คะแนน 4.53/5 รวมทั้งหมด 53 คะแนน
ผู้พัฒนา Paritosh Pundir
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/Paari/chrome-reader-extension
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Reeader - Minimal reader with speed reading",
    "version": "1.2.0",
    "description": "A simple and minimal way to read articles faster.",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": [],
    "icons": {
        "16": "images\/reader16.png",
        "32": "images\/reader32.png",
        "48": "images\/reader48.png",
        "128": "images\/reader128.png"
    },
    "manifest_version": 2,
    "web_accessible_resources": [
        "images\/*.png"
    ]
}