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
}