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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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
}