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 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 फ़ाइल डाउनलोड करें

crx प्रारूप में MetaPavo, Personal Web3 Information Assistant एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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:\/\/*\/*"
            ]
        }
    ]
}