Just the facts

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

Was ist Just the facts?

Just the facts ist eine Chrome-Erweiterung, die von Beyang entwickelt wurde, und ihr Hauptmerkmal ist "Just the Facts highlights key information (quotes, names, numbers, dates) in clear, bold colors, enabling both the casual news…".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Just the facts-Erweiterungs-CRX-Datei herunterladen

Laden Sie Just the facts-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Just the facts Just the facts
ID ceaekpehbnemdlpggkmlacchidmeejnf
Offizielle URL https://chromewebstore.google.com/detail/just-the-facts/ceaekpehbnemdlpggkmlacchidmeejnf
Beschreibung Just the Facts highlights key information (quotes, names, numbers, dates) in clear, bold colors, enabling both the casual news…
Dateigröße 28.67 KB
Installationsanzahl 60
Aktuelle Version 2.0
Letztes Update 2013-09-30
Veröffentlichungsdatum 2013-09-30
Bewertung 4.20/5 Insgesamt 10 Bewertungen
Entwickler Beyang
Zahlungsart free
Erweiterungswebsite https://github.com/beyang/justthefacts
Hilfeseite URL https://github.com/beyang/justthefacts/issues
Unterstützte Sprachen 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
}