MetaPavo, Personal Web3 Information Assistant

Personal Web3 Information Assistant, core competencies: Personal workbench & Search everywhere & Recognition entry on browsing

Τι είναι το MetaPavo, Personal Web3 Information Assistant;

Το MetaPavo, Personal Web3 Information Assistant είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://metapavo.xyz, και η κύρια λειτουργία του είναι "Personal Web3 Information Assistant, core competencies: Personal workbench & Search everywhere & Recognition entry on browsing".

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης MetaPavo, Personal Web3 Information Assistant

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

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

                        MetaPavo is a Web3 information classification management/search/identification application. It is designed to help Web3 users quickly access information that is useful to them.

Its core modules include a default new page (we call it Web3 Information Workbench), a search component injected into all pages, and an information identification module injected into all pages.

The future of MetaPavo is a super search engine + content interactive community + personal information assistant
1. Personal Information Assistant
Through the evolution of product form and the introduction of more information content, we will provide users with more convenient, anytime, anywhere, and smarter information services, such as personal workbenches on mobile terminals, and make more in-depth connections with other platforms.
2. Super search engine
MetaPavo's search engine will support the access of more platform data, support the access of more types of data, introduce more intelligent search algorithms, and provide users with more accurate search results.
3. Content interactive community
MetaPavo will encourage users to conduct decentralized evaluation, recommendation, and collection of information, dig out valuable information in real time, and reach users who need this information, forming a benign closed loop of information value.

Website: https://metapavo.xyz
WhitePaper: https://metapavo.gitbook.io/whitepaper/
Twitter: https://twitter.com/MetaPavo
Discord: https://discord.gg/6r5z8fxZRt
Github: https://github.com/lxdao-official/metapavo-extension                    

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

Όνομα MetaPavo, Personal Web3 Information Assistant MetaPavo, Personal Web3 Information Assistant
ID gjaelahefgghcaahmhbppimgiebkjlpo
Επίσημο URL https://chromewebstore.google.com/detail/metapavo-personal-web3-in/gjaelahefgghcaahmhbppimgiebkjlpo
Περιγραφή Personal Web3 Information Assistant, core competencies: Personal workbench & Search everywhere & Recognition entry on browsing
Μέγεθος Αρχείου 6 MB
Αριθμός Εγκαταστάσεων 123
Τρέχουσα Έκδοση 0.19
Τελευταία Ενημέρωση 2023-03-29
Ημερομηνία Δημοσίευσης 2022-07-21
Αξιολόγηση 5.00/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής https://metapavo.xyz
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://metapavo.xyz/
Διεύθυνση URL της Σελίδας Βοήθειας https://metapavo.gitbook.io/whitepaper/
URL της Σελίδας Πολιτικής Απορρήτου https://yu-tousorganization.gitbook.io/untitled
Υποστηριζόμενες Γλώσσες en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.19",
    "name": "__MSG_title__",
    "description": "__MSG_description__",
    "action": {
        "default_icon": "logo-128.png",
        "default_title": "__MSG_description__"
    },
    "icons": {
        "128": "logo-128.png",
        "48": "logo-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                ".\/dist\/static\/js\/content.js"
            ]
        }
    ],
    "background": {
        "service_worker": ".\/dist\/static\/js\/background.js"
    },
    "default_locale": "en",
    "options_page": "options.html",
    "permissions": [
        "storage",
        "tabs",
        "topSites"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.jpg",
                "images\/*.jpeg",
                "images\/*.png",
                "images\/svgs\/*.svg",
                "logo-128.png",
                "dashboard\/index.html"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ]
}