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
电子邮箱 [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
}