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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}