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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Beyang และคุณลักษณะหลักของมันคือ "Just the Facts highlights key information (quotes, names, numbers, dates) in clear, bold colors, enabling both the casual news…"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Just the facts

ดาวน์โหลดไฟล์ส่วนขยาย 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
}