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文件

下载Just the facts扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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
}