Outline Redirect

This extension redirects the current tab to Outline.com, a website that removes paywalls.

什么是Outline Redirect?

Outline Redirect是由brenopoggiali开发的Chrome扩展程序,该扩展的主要功能是“This extension redirects the current tab to Outline.com, a website that removes paywalls.”。

扩展截图

screenshot

下载Outline Redirect扩展crx文件

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

扩展使用说明

                        HOW TO USE: when you are at a page that has a paywall, just click at the extension and it will redirect you to the Outline website of that page. This will let you read the content of that page!

Disclaimer: Outline.com does not support this extension, although we are very thankful for their awesome platform :)                    

扩展基本信息

名称 Outline Redirect Outline Redirect
ID cfhcklieekfbknjiejkihfglegfnngbo
官方URL https://chromewebstore.google.com/detail/outline-redirect/cfhcklieekfbknjiejkihfglegfnngbo
简介 This extension redirects the current tab to Outline.com, a website that removes paywalls.
文件大小 8.42 KB
安装次数 2,372
当前版本 1.0.1
更新时间 2020-04-29
上架时间 2020-04-29
评分 4.60/5 共10次评分
开发者 brenopoggiali
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/brenopoggiali/outline-extension
帮助页面URL https://github.com/brenopoggiali/outline-extension/issues
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Outline Redirect",
    "description": "This extension redirects the current tab to Outline.com, a website that removes paywalls.",
    "version": "1.0.1",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon-128.png",
        "default_title": "Click to be redirected to the Outline of this page."
    },
    "permissions": [
        "tabs"
    ]
}