Just the facts

Just the Facts highlights key information (quotes, names, numbers, dates) in clear, bold colors, enabling both the casual news…

Just the facts란 무엇입니까?

Just the facts은(는) Beyang에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Just the Facts highlights key information (quotes, names, numbers, dates) in clear, bold colors, enabling both the casual news…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Just the facts 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Just the Facts highlights key information (quotes, names, numbers, dates) in clear, bold colors, enabling both the casual news reader and hardcore news junkie to glean the gist of a webpage at a glance.  Cut through the cruft and get straight to the cold, hard facts.

By default, Just the Facts is activated for a selection of popular news sites such as The New York Times, The Economist, and The Washington Post, but this list can easily be modified via the options screen (accessible from the Chrome extensions menu).                    

확장 프로그램 기본 정보

이름 Just the facts Just the facts
ID ceaekpehbnemdlpggkmlacchidmeejnf
공식 URL https://chromewebstore.google.com/detail/just-the-facts/ceaekpehbnemdlpggkmlacchidmeejnf
설명 Just the Facts highlights key information (quotes, names, numbers, dates) in clear, bold colors, enabling both the casual news…
파일 크기 28.67 KB
설치 횟수 60
현재 버전 2.0
최근 업데이트 2013-09-30
출시 날짜 2013-09-30
평점 4.20/5 총 10 개의 평점
개발자 Beyang
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/beyang/justthefacts
도움말 페이지 URL https://github.com/beyang/justthefacts/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Just the facts",
    "version": "2.0",
    "page_action": {
        "default_title": "Just the facts"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "css": [
                "highlight.css"
            ],
            "matches": [
                "*:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "run_at": "document_end",
            "js": [
                "highlight.js"
            ]
        }
    ],
    "icons": {
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "manifest_version": 2
}