About this page

Find out who’s behind a page and what other sources say about a topic with this information literacy tool from Google Search.

Τι είναι το About this page;

Το About this page είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον about-this-page-chrome-extension, και η κύρια λειτουργία του είναι "Find out who’s behind a page and what other sources say about a topic with this information literacy tool from Google Search.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης About this page

Λήψη αρχείων επέκτασης About this page σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Next time you visit a page and wonder if it’s reliable, this information literacy tool from Google Search can help you decide for yourself. Find out who’s behind a page and what other sources say about the topic, all in one place. 

About this page makes it easy to follow expert-recommended best practices for evaluating information, based on research from the University of Washington and Stanford’s Civic Online Reasoning Curriculum. 

It can help anyone who wants to feel more confident in their ability to evaluate information and is especially helpful for students and teachers to practice thinking critically about the content they come across online. 

To use, click the About This Page icon on any web page or right-click and select “About this page” from the menu.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα About this page About this page
ID okdoinklheibpndjnjgnggnakobnhhpe
Επίσημο URL https://chromewebstore.google.com/detail/about-this-page/okdoinklheibpndjnjgnggnakobnhhpe
Περιγραφή Find out who’s behind a page and what other sources say about a topic with this information literacy tool from Google Search.
Μέγεθος Αρχείου 23.69 KB
Αριθμός Εγκαταστάσεων 121
Τρέχουσα Έκδοση 0.1.0
Τελευταία Ενημέρωση 2023-05-05
Ημερομηνία Δημοσίευσης 2023-05-02
Αξιολόγηση 5.00/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής about-this-page-chrome-extension
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "manifest_version": 3,
    "name": "About this page",
    "description": "Find out who\u2019s behind a page and what other sources say about a topic with this information literacy tool from Google Search.",
    "version": "0.1.0",
    "author": {
        "email": "[email protected]"
    },
    "action": {
        "default_icon": {
            "16": "icon_16.png",
            "32": "icon_32.png",
            "48": "icon_48.png",
            "128": "icon_128.png"
        },
        "default_title": "About this page - Learn about the source & topic"
    },
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "32": "icon_32.png",
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "incognito": "spanning",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}