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 :) 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
]
} | |