Mailbrew Read Later

Save links from around the web to read later in your brews.

Mailbrew Read Later là gì?

Mailbrew Read Later là một tiện ích mở rộng Chrome được phát triển bởi https://mailbrew.com, và tính năng chính của nó là "Save links from around the web to read later in your brews.".

Ả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 Mailbrew Read Later

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

                        With this extension you can save links from around the web to Mailbrew. You will find these links in your email digest and in the Later page.

You can learn more at mailbrew.com                    

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

Tên Mailbrew Read Later Mailbrew Read Later
ID fgcpnflfkoclnkgkkimfpbehjopdfdem
URL Chính Thức https://chromewebstore.google.com/detail/mailbrew-read-later/fgcpnflfkoclnkgkkimfpbehjopdfdem
Mô tả Save links from around the web to read later in your brews.
Kích Thước Tệp 19.66 KB
Số Lần Cài Đặt 1,004
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2022-02-25
Ngày Phát Hành 2020-09-13
Đánh Giá 4.43/5 Tổng số 7 Đánh Giá
Nhà Phát Triển https://mailbrew.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://mailbrew.com/
URL Trang Trợ Giúp https://mailbrew.com/
URL Trang Chính Sách Bảo Mật https://mailbrew.com/app-privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mailbrew Read Later",
    "version": "1.2",
    "description": "Save links from around the web to read later in your brews.",
    "permissions": [
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content_script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": [],
    "icons": {
        "16": "images\/chrome-icon16.png",
        "32": "images\/chrome-icon32.png",
        "48": "images\/chrome-icon48.png",
        "128": "images\/chrome-icon128.png"
    },
    "manifest_version": 2
}