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

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

확장 프로그램 사용 설명서

                        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
}