recrun

Retain essential content, remove unwanted noise.

recrun란 무엇입니까?

recrun은(는) https://dannyadam.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Retain essential content, remove unwanted noise."입니다.

확장 프로그램 스크린샷

screenshot

recrun 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        recrun is an acronym that stands for "retain essential content, remove unwanted noise". It presents article web pages in a format optimized for reading.

To use recrun, install the extension, navigate to an article web page, and click the eyeglasses icon in the Chrome toolbar (there is an arrow pointing to this icon in the recrun screenshot).

Optionally, recrun can use the Diffbot Article API to extract relevant content. A Diffbot token is required for this, and must be entered in recrun's options. If Diffbot is enabled, each usage of recrun will make a Diffbot API call with your Diffbot token, using the url of the page that you are viewing. By default, media specified in the Diffbot response will be retrieved and displayed in the recrun overlay. This can be disabled in recrun's options. By default, recrun's output uses the *html* field from the Diffbot response. This can be disabled in recrun's options.

recrun's options (including Diffbot token), are saved unencrypted in localStorage.                    

확장 프로그램 기본 정보

이름 recrun recrun
ID ocikmakgbemmhogikcbcbkebeephjcno
공식 URL https://chromewebstore.google.com/detail/recrun/ocikmakgbemmhogikcbcbkebeephjcno
설명 Retain essential content, remove unwanted noise.
파일 크기 85.07 KB
설치 횟수 75
현재 버전 3.4.5
최근 업데이트 2022-02-24
출시 날짜 2020-06-03
평점 3.00/5 총 2 개의 평점
개발자 https://dannyadam.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/dstein64/recrun
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "options_ui": {
        "page": "src\/options.html"
    },
    "description": "Retain essential content, remove unwanted noise.",
    "manifest_version": 2,
    "name": "recrun",
    "version": "3.4.5",
    "browser_action": {
        "default_icon": "icons\/icon38.png"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "src\/background.js"
        ]
    },
    "web_accessible_resources": [
        "src\/loader.gif",
        "src\/style.css",
        "src\/options.html",
        "src\/iframe.html",
        "src\/content.html"
    ]
}