Web3 Summary PRO

Interact with Web3 Research and Code using AI.

Web3 Summary PRO란 무엇입니까?

Web3 Summary PRO은(는) https://web3summary.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Interact with Web3 Research and Code using AI."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Web3 Summary PRO 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Alrighty folks, listen up! So you know how the crypto world is just chock-full of all this fancy jargon that makes us normal people feel like a bunch of dummies? Well, fear not my friends, because we've got a solution for you! Introducing the web3 summarizer - it's like a magical decluttering tool for any crypto project you come across on the interwebs.

And get this, not only does it turn all that nonsense into plain ol' English that even your grandma could understand, but you can also share it on social media like Twitter and blogs if you're feeling extra generous with your newfound knowledge.

Oh, and the best part? It won't cost you a single penny! Yep, you heard me right, it's completely and totally FREE. So what are you waiting for? Go ahead and give it a try, you won't regret it! 😜                    

확장 프로그램 기본 정보

이름 Web3 Summary PRO Web3 Summary PRO
ID ccdjaehckkiajeegcccoacigphgleipb
공식 URL https://chromewebstore.google.com/detail/web3-summary-pro/ccdjaehckkiajeegcccoacigphgleipb
설명 Interact with Web3 Research and Code using AI.
파일 크기 1.99 MB
설치 횟수 933
현재 버전 2.10
최근 업데이트 2023-08-08
출시 날짜 2023-02-11
평점 3.90/5 총 10 개의 평점
개발자 https://web3summary.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://web3summary.com
도움말 페이지 URL https://web3summary.com
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Web3 Summary PRO",
    "description": "Interact with Web3 Research and Code using AI.",
    "version": "2.10",
    "action": {
        "default_popup": "popup\/index.html",
        "default_icon": {
            "16": "icons\/16x16.png",
            "48": "icons\/48x48.png",
            "128": "icons\/128x128.png"
        },
        "default_title": "Web3 Summary AI"
    },
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "commands": {
        "inject-script": {
            "suggested_key": "Ctrl+X",
            "description": "Inject a script on the page"
        }
    },
    "content_scripts": [
        {
            "run_at": "document_idle",
            "js": [
                "content\/login.js"
            ],
            "matches": [
                "https:\/\/web3summary.com\/",
                "https:\/\/web3summary.com\/index.html"
            ]
        },
        {
            "run_at": "document_idle",
            "js": [
                "content\/payment.js"
            ],
            "matches": [
                "https:\/\/web3summary.com\/billing",
                "https:\/\/web3summary.com\/billing.html"
            ]
        },
        {
            "run_at": "document_end",
            "js": [
                "content\/rating.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "icons\/16x16.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png",
        "256": "icons\/256x256.png",
        "512": "icons\/512x512.png",
        "1024": "icons\/1024x1024.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "popup\/index.html",
                "settings\/index.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "oauth2": {
        "client_id": "498448118261-ht92jh82a8kavickp9f6mnqig9f78m2q.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "minimum_chrome_version": "92",
    "externally_connectable": {
        "matches": [
            "https:\/\/web3summary.com\/*",
            "http:\/\/localhost:8888\/*"
        ]
    },
    "host_permissions": [
        "https:\/\/web3summary.com\/*"
    ],
    "homepage_url": "https:\/\/web3summary.com\/"
}