Just the facts

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

What is Just the facts?

Just the facts is a Chrome extension developed by Beyang, and its main feature is "Just the Facts highlights key information (quotes, names, numbers, dates) in clear, bold colors, enabling both the casual news…".

Extension Screenshots

screenshot
screenshot
screenshot

Download Just the facts Extension CRX File

Download Just the facts extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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).                    

Extension Basic Information

Name Just the facts Just the facts
ID ceaekpehbnemdlpggkmlacchidmeejnf
Official URL https://chromewebstore.google.com/detail/just-the-facts/ceaekpehbnemdlpggkmlacchidmeejnf
Description Just the Facts highlights key information (quotes, names, numbers, dates) in clear, bold colors, enabling both the casual news…
File Size 28.67 KB
Installation Count 60
Current Version 2.0
Last Updated 2013-09-30
Publish Date 2013-09-30
Rating 4.20/5 Total 10 Ratings
Developer Beyang
Payment Type free
Extension Website https://github.com/beyang/justthefacts
Help Page URL https://github.com/beyang/justthefacts/issues
Supported Languages 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
}