Web3 Summary PRO
Interact with Web3 Research and Code using AI.
Web3 Summary PRO क्या है?
Web3 Summary PRO https://web3summary.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Interact with Web3 Research and Code using AI."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Web3 Summary PRO एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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": [ " |