Clear This Page

Bypass the clutter from any web article

Clear This Pageとは何ですか?

Clear This Pageはhttp://clearthis.pageによって開発されたChromeの拡張機能で、その主な機能は「Bypass the clutter from any web article」です。

拡張機能のスクリーンショット

screenshot
screenshot

Clear This Page拡張機能のCRXファイルをダウンロード

Clear This Page拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This service takes any web article or news page and returns only the relevant content, freeing you from any clutter, including ads, paywalls, article limits, popups and more.

Trigger the extension by clicking on its icon or using the context menu (right click of the mouse) on any page or link.                    

拡張機能の基本情報

名前 Clear This Page Clear This Page
ID jhmmoamfcbidmbmnphlimaombiflfalm
公式URL https://chrome.google.com/webstore/detail/clear-this-page/jhmmoamfcbidmbmnphlimaombiflfalm
説明 Bypass the clutter from any web article
ファイルサイズ 5.67 KB
インストール数 6,113
現在のバージョン 1.2
最終更新日 2019-03-08
公開日 2019-03-08
評価 4.33/5 合計 33 レビュー
開発者 http://clearthis.page
Eメール [email protected]
拡張機能のウェブサイト https://clearthis.page
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Clear This Page",
    "description": "Bypass the clutter from any web article",
    "version": "1.2",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "contextMenus"
    ],
    "browser_action": {
        "name": "Click to extract content from the current browser tab"
    },
    "icons": {
        "128": "icon1.png"
    },
    "manifest_version": 2
}