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 là gì?

Just the facts là một tiện ích mở rộng Chrome được phát triển bởi Beyang, và tính năng chính của nó là "Just the Facts highlights key information (quotes, names, numbers, dates) in clear, bold colors, enabling both the casual news…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Just the facts

Tải xuống các tệp mở rộng Just the facts dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Just the facts Just the facts
ID ceaekpehbnemdlpggkmlacchidmeejnf
URL Chính Thức https://chromewebstore.google.com/detail/just-the-facts/ceaekpehbnemdlpggkmlacchidmeejnf
Mô tả Just the Facts highlights key information (quotes, names, numbers, dates) in clear, bold colors, enabling both the casual news…
Kích Thước Tệp 28.67 KB
Số Lần Cài Đặt 60
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2013-09-30
Ngày Phát Hành 2013-09-30
Đánh Giá 4.20/5 Tổng số 10 Đánh Giá
Nhà Phát Triển Beyang
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/beyang/justthefacts
URL Trang Trợ Giúp https://github.com/beyang/justthefacts/issues
Ngôn Ngữ Được Hỗ Trợ 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
}