7Reads

Save up to 7 articles to read later.

7Reads là gì?

7Reads là một tiện ích mở rộng Chrome được phát triển bởi Maxi, và tính năng chính của nó là "Save up to 7 articles to read later.".

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

screenshot

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

Tải xuống các tệp mở rộng 7Reads 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

                        We want to help you keep an uncluttered repository of knowledge.
Save up to 7 articles to read later.
Start by reading an article every day or follow your own pace.                    

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

Tên 7Reads 7Reads
ID dccpgbihikflpeipplecegejebpeligi
URL Chính Thức https://chromewebstore.google.com/detail/7reads/dccpgbihikflpeipplecegejebpeligi
Mô tả Save up to 7 articles to read later.
Kích Thước Tệp 295 KB
Số Lần Cài Đặt 158
Phiên Bản Hiện Tại 1.5.0
Cập Nhật Lần Cuối 2021-07-30
Ngày Phát Hành 2020-06-27
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Maxi
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://7reads.now.sh
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "7Reads",
    "description": "Save up to 7 articles to read later.",
    "version": "1.5.0",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Open 7reads"
    },
    "icons": {
        "16": "icon-dark-16.png",
        "48": "icon-dark-48.png",
        "128": "icon-dark-128.png"
    },
    "permissions": [
        "tabs",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}