Let Me Read

Provides a distraction free reading.

Let Me Read là gì?

Let Me Read là một tiện ích mở rộng Chrome được phát triển bởi Kushagra Gour, và tính năng chính của nó là "Provides a distraction free reading.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Let Me Read

Tải xuống các tệp mở rộng Let Me Read dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Have a website where you read regularly and wish it didn't have those page elements on all sides distracting you from reading?

"Let Me Read" is an extension that transforms your favorite websites into a distraction free reading environment.

Just click the extension icon and get ready to focus on the content you want to read. Simple!

Currently supported websites:

1. Facebook
2. Smashing Magazine
3. Wikipedia
4. CSS-Tricks
5. Tutsplus
6. .net Magazine
7. WebdesignerDepot
8. Noupe

Have a website which is not listed above? Let me know in the comments and I'll add support for it also.

This extension is open source. Find it on Github: https://github.com/chinchang/let-me-read
Have fun reading!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Let Me Read Let Me Read
ID ejmgdmocbicjpgcnfoonmbbfcllcnkaa
URL Chính Thức https://chrome.google.com/webstore/detail/let-me-read/ejmgdmocbicjpgcnfoonmbbfcllcnkaa
Mô tả Provides a distraction free reading.
Kích Thước Tệp 12.47 KB
Số Lần Cài Đặt 67
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2013-08-11
Ngày Phát Hành 2013-08-11
Đánh Giá 2.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Kushagra Gour
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/chinchang/let-me-read
URL Trang Trợ Giúp https://github.com/chinchang/let-me-read
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Let Me Read",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Provides a distraction free reading.",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}