Just the facts

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

Hvad er Just the facts?

Just the facts er en Chrome-udvidelse udviklet af Beyang, og dens hovedfunktion er "Just the Facts highlights key information (quotes, names, numbers, dates) in clear, bold colors, enabling both the casual news…".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Just the facts-udvidelses-CRX-fil

Download Just the facts-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Just the facts Just the facts
ID ceaekpehbnemdlpggkmlacchidmeejnf
Officiel URL https://chromewebstore.google.com/detail/just-the-facts/ceaekpehbnemdlpggkmlacchidmeejnf
Beskrivelse Just the Facts highlights key information (quotes, names, numbers, dates) in clear, bold colors, enabling both the casual news…
Filstørrelse 28.67 KB
Antal Installationer 60
Nuværende Version 2.0
Senest Opdateret 2013-09-30
Udgivelsesdato 2013-09-30
Bedømmelse 4.20/5 Samlet 10 Bedømmelser
Udvikler Beyang
Betalingsmetode free
Udvidelseswebsted https://github.com/beyang/justthefacts
Hjælpeside-URL https://github.com/beyang/justthefacts/issues
Understøttede Sprog 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
}