StatsFacts

The extension highlights one or several words on a webpage, linking them to additional statistical information about the keyword.

StatsFactsคืออะไร?

StatsFacts เป็นส่วนขยายของ Chrome ที่พัฒนาโดย statistika.arendus และคุณลักษณะหลักของมันคือ "The extension highlights one or several words on a webpage, linking them to additional statistical information about the keyword."

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย StatsFacts ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        StatsFacts is a browser extension created by Statistics Estonia on the occasion of its 100th anniversary. StatsFacts was created to increase the level of data literacy in the society and bring reliable statistics, produced on the basis of the official statistical programme, closer to people.

The extension highlights one or several words on a webpage as a link, which leads to additional information about the keyword. By clicking on the link, the user is taken to theme or content pages on the website of Statistics Estonia or to its applications (Dashboards, Tree of Truth, etc.)

The benefits of using StatsFacts include:
1.	Users can quickly and conveniently get an overview of a specific topic and related terms.
2.	Users get a quick overview of official statistics associated with a specific topic or keyword.
3.	While reading a text online, users can check facts and review the latest data associated with a topic or keyword.
4.	Users are introduced to the applications and other web content of Statistics Estonia.

StatsFacts helps to enrich texts on the web, raise awareness of statistics and improve data literacy by making it easy to find reliable information about a topic or keyword.
In the extension settings, it is possible to choose a language and specify the level of detail (either information text or a specific graph) or web addresses where use of the extension should be restricted.
The extension is available only for the Google Chrome browser.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ StatsFacts StatsFacts
ID bojpihocekpbeeciejhchidojnjifdgd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/statsfacts/bojpihocekpbeeciejhchidojnjifdgd
คำอธิบาย The extension highlights one or several words on a webpage, linking them to additional statistical information about the keyword.
ขนาดไฟล์ 94.49 KB
จำนวนการติดตั้ง 108
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2021-04-14
วันที่เผยแพร่ 2021-03-13
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา statistika.arendus
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://stat.ee
URL หน้านโยบายความเป็นส่วนตัว https://www.stat.ee/en/statistics-estonia/data-protection-privacy-policy
ภาษาที่รองรับ en,et
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "1.0.2",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "notifications"
    ],
    "background": {
        "scripts": [
            "scripts\/thirdParty\/jquery-3.5.1.min.js",
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "html\/popup.html",
        "default_icon": {
            "16": "images\/stat_16.png",
            "32": "images\/stat_32.png",
            "48": "images\/stat_48.png",
            "128": "images\/stat_128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": false,
            "js": [
                "scripts\/thirdParty\/jquery-3.5.1.min.js",
                "scripts\/thirdParty\/psl.min.js",
                "scripts\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "commands": {
        "toggle_active": {
            "suggested_key": {
                "default": "Ctrl+Shift+S"
            },
            "description": "Toggle keyword detection on and off"
        }
    },
    "icons": {
        "16": "images\/stat_16.png",
        "32": "images\/stat_32.png",
        "48": "images\/stat_48.png",
        "128": "images\/stat_128.png"
    },
    "web_accessible_resources": [
        "stat.json",
        "images\/stat_16.png"
    ],
    "default_locale": "et",
    "manifest_version": 2
}