Mailbrew Read Later

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

什么是Mailbrew Read Later?

Mailbrew Read Later是由https://mailbrew.com开发的Chrome扩展程序,该扩展的主要功能是“Save links from around the web to read later in your brews.”。

扩展截图

screenshot

下载Mailbrew Read Later扩展crx文件

下载Mailbrew Read Later扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Mailbrew Read Later Mailbrew Read Later
ID fgcpnflfkoclnkgkkimfpbehjopdfdem
官方URL https://chromewebstore.google.com/detail/mailbrew-read-later/fgcpnflfkoclnkgkkimfpbehjopdfdem
简介 Save links from around the web to read later in your brews.
文件大小 19.66 KB
安装次数 1,004
当前版本 1.2
更新时间 2022-02-25
上架时间 2020-09-13
评分 4.43/5 共7次评分
开发者 https://mailbrew.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://mailbrew.com/
帮助页面URL https://mailbrew.com/
隐私政策页面URL https://mailbrew.com/app-privacy
支持的语言 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
}