Just the facts

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

Qu'est-ce que Just the facts ?

Just the facts est une extension Chrome développée par Beyang, et sa fonction principale est "Just the Facts highlights key information (quotes, names, numbers, dates) in clear, bold colors, enabling both the casual news…".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Just the facts

Téléchargez les fichiers d'extension Just the facts au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Just the facts Just the facts
ID ceaekpehbnemdlpggkmlacchidmeejnf
URL Officiel 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…
Taille du Fichier 28.67 KB
Nombre d'Installations 60
Version Actuelle 2.0
Dernière Mise à Jour 2013-09-30
Date de Publication 2013-09-30
Évaluation 4.20/5 Total 10 Évaluations
Développeur Beyang
Type de Paiement free
Site Web de l'Extension https://github.com/beyang/justthefacts
URL de la Page d'Aide https://github.com/beyang/justthefacts/issues
Langues Prises en Charge 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
}