Revue Chrome

Revue

什么是Revue Chrome?

Revue Chrome是由https://getrevue.co开发的Chrome扩展程序,该扩展的主要功能是“Revue”。

扩展截图

screenshot
screenshot
screenshot

下载Revue Chrome扩展crx文件

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

扩展使用说明

                        Revue is an editorial newsletter tool for writers and publishers. We help you build a loyal audience and monetize your newsletter using digital subscriptions, sponsoring, ads or other business models.

Use our Chrome extension to easily add content to your editorial newsletter.                    

扩展基本信息

名称 Revue Chrome Revue Chrome
ID fdnhneinocoonabhfbmelgkcmilaokcg
官方URL https://chromewebstore.google.com/detail/revue-chrome/fdnhneinocoonabhfbmelgkcmilaokcg
简介 Revue
文件大小 573 KB
安装次数 4,772
当前版本 1.16
更新时间 2022-01-09
上架时间 2019-05-01
评分 4.71/5 共14次评分
开发者 https://getrevue.co
电子邮箱 [email protected]
付费类型 free
扩展官网 http://www.getrevue.co
帮助页面URL http://help.getrevue.co/
隐私政策页面URL https://www.getrevue.co/privacy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Revue Chrome",
    "short_name": "Revue",
    "description": "Revue",
    "version": "1.16",
    "manifest_version": 2,
    "icons": {
        "16": "images\/icon16_active.png",
        "48": "images\/icon48_active.png",
        "128": "images\/icon128_active.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        },
        "default_popup": ".\/index.html"
    },
    "permissions": [
        "activeTab",
        "http:\/\/localhost:3000\/",
        "http:\/\/www.getrevue.co\/",
        "https:\/\/www.getrevue.co\/"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}