WebCheck AI

An AI-powered smart lookup tool for browsing the web, by Edicratic

Τι είναι το WebCheck AI;

Το WebCheck AI είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://edicratic.com, και η κύρια λειτουργία του είναι "An AI-powered smart lookup tool for browsing the web, by Edicratic".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης WebCheck AI

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

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

                        WebCheck AI looks things up so you don’t have to.

We find all the terms you might not know on the web-pages you’re visiting, and bring definitions, summaries and news to your fingertips with a simple mouse-over.

WebCheck AI improves your browsing experience and helps you maximize your productivity. 
By identifying words / phrases you might not know and bringing you more information, we act as a fact-checker, dictionary, thesaurus, and much more.                    

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

Όνομα WebCheck AI WebCheck AI
ID faiaendcmomnolaeadadkanohcmcnaip
Επίσημο URL https://chrome.google.com/webstore/detail/webcheck-ai/faiaendcmomnolaeadadkanohcmcnaip
Περιγραφή An AI-powered smart lookup tool for browsing the web, by Edicratic
Μέγεθος Αρχείου 1.36 MB
Αριθμός Εγκαταστάσεων 331
Τρέχουσα Έκδοση 1.4.0
Τελευταία Ενημέρωση 2021-03-24
Ημερομηνία Δημοσίευσης 2020-06-20
Αξιολόγηση 5.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής http://edicratic.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://webcheck.edicratic.com
Διεύθυνση URL της Σελίδας Βοήθειας https://webcheck.edicratic.com/support.html
URL της Σελίδας Πολιτικής Απορρήτου https://sites.google.com/view/webcheckai
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WebCheck AI",
    "version": "1.4.0",
    "description": "An AI-powered smart lookup tool for browsing the web, by Edicratic",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA3xorrcZQEUp6Ags20bElFaLmLG\/BeApy6NGCaFojb4MxA1NkWaSmvGvPXY\/y7+bWnVEmt5aLOSbOv0v7bNl8552oIO89FULuU5\/u3U6S7TFvklMy4ElSMuwLlmloGm9GUAn2FNRlKp6ElEhsQjb9w4VjKEKbwVYXMzzH3ojwxdQ8HSzQwJopJFQQaH6WO30guAEV9l+9RKlhWdxum18lN4Y9nrzatLJyTRAbbYMGZDeCf\/GeEk4OHxFnIslIcvtte9zaaPYYge2OnxNMnh\/WAk5rAzCk8rPvc7\/y0M3BRoHyFZr3jKUwRoMN9aZsjBtG33LncQUt\/x27tFAyn3PM5QIDAQAB",
    "oauth2": {
        "client_id": "894173246263-g7mp4r734foof2gn4je7vstmmrv7fq4b.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "web_accessible_resources": [
        "images\/logo48.png",
        "fonts\/fa-solid-900.woff2",
        "fonts\/fa-solid-900.woff",
        "fonts\/fa-solid-900.ttf",
        "fonts\/fa-solid-900.svg",
        "fonts\/fa-solid-900.eot",
        "fonts\/fa-regular-400.woff2",
        "fonts\/fa-regular-400.woff",
        "fonts\/fa-regular-400.ttf",
        "fonts\/fa-regular-400.svg",
        "fonts\/fa-regular-400.eot",
        "fonts\/fa-brands-400.woff2",
        "fonts\/fa-brands-400.woff",
        "fonts\/fa-brands-400.ttf",
        "fonts\/fa-brands-400.svg",
        "fonts\/fa-brands-400.eot"
    ],
    "permissions": [
        "background",
        "https:\/\/factcheck.edicratic.com\/*",
        "https:\/\/webcheck.edicratic.com\/*",
        "https:\/\/en.wikipedia.org\/*",
        "https:\/\/webcheck-api.edicratic.com\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "identity",
        "contextMenus"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/logo16.png",
            "32": "images\/logo32.png",
            "48": "images\/logo48.png",
            "128": "images\/logo128.png"
        },
        "persistent": true
    },
    "content_scripts": [
        {
            "js": [
                "autoCheck.js",
                "user.js",
                "tags.js",
                "expandLibrary.js",
                "fontawesome.js"
            ],
            "run_at": "document_end",
            "css": [
                "tags.css",
                "expandLibrary.css",
                "fontawesome.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "16": "images\/logo16.png",
        "32": "images\/logo32.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "manifest_version": 2
}