Just the facts

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

¿Qué es Just the facts?

Just the facts es una extensión de Chrome desarrollada por Beyang, y su función principal es "Just the Facts highlights key information (quotes, names, numbers, dates) in clear, bold colors, enabling both the casual news…".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Just the facts

Descarga archivos de extensión Just the facts en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre Just the facts Just the facts
ID ceaekpehbnemdlpggkmlacchidmeejnf
URL Oficial https://chromewebstore.google.com/detail/just-the-facts/ceaekpehbnemdlpggkmlacchidmeejnf
Descripción Just the Facts highlights key information (quotes, names, numbers, dates) in clear, bold colors, enabling both the casual news…
Tamaño del Archivo 28.67 KB
Cantidad de Instalaciones 60
Versión Actual 2.0
Última Actualización 2013-09-30
Fecha de Publicación 2013-09-30
Calificación 4.20/5 Total de 10 Calificaciones
Desarrollador Beyang
Tipo de Pago free
Sitio Web de la Extensión https://github.com/beyang/justthefacts
URL de la Página de Ayuda https://github.com/beyang/justthefacts/issues
Idiomas Soportados 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
}