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.”。
擴展截圖
下載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 |
ID | cfhcklieekfbknjiejkihfglegfnngbo |
官方網址 | 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" ] } |