Nimbus

A personalized Web3 portfolio tool for DEFI users

Nimbus क्या है?

Nimbus https://getnimbus.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A personalized Web3 portfolio tool for DEFI users"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

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

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

                        Nimbus is a tool that helps you navigate the complex and fast-growing world of decentralized finance (DEFI).
Whether you are a beginner or an expert, Nimbus provides you with the tools and insights you need to make smart and profitable investment decisions

Manage your on-chain portfolio
- Tracking your investment profit and loss
- Impermanent loss for LP positions
- Realtime update

Alert when a position is on danger (Soon)
- Universal search
- Search for terms, tokens, addresses, and transactions on every page the user's visits

Address and transaction explain
- Click the on any address and transaction you see, and we show all the information about it, in an easy way
- Using AI to explain a transaction for new users come to crypto                    

एक्सटेंशन की मूल जानकारी

नाम Nimbus Nimbus
ID edmjifiafngnpfefmbbaoipelifjgpfg
आधिकारिक URL https://chromewebstore.google.com/detail/nimbus/edmjifiafngnpfefmbbaoipelifjgpfg
विवरण A personalized Web3 portfolio tool for DEFI users
फ़ाइल का आकार 44.7 MB
स्थापना संख्या 51
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2023-11-04
प्रकाशन तिथि 2023-04-27
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर https://getnimbus.io
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://getnimbus.io
सहायता पृष्ठ URL https://nimbus.featurebase.app/
गोपनीयता नीति पृष्ठ URL https://getnimbus.io/privacy
समर्थित भाषाएँ en,vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Thanh Le - [email protected]",
    "description": "A personalized Web3 portfolio tool for DEFI users",
    "name": "Nimbus",
    "version": "1.0.1",
    "content_scripts": [
        {
            "js": [
                "src\/entries\/contentScript\/main.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "96": "icons\/96.png",
        "128": "icons\/128.png",
        "512": "icons\/logo-icon.png"
    },
    "options_ui": {
        "page": "src\/entries\/options\/index.html",
        "open_in_tab": true
    },
    "web_accessible_resources": [
        {
            "resources": [
                "src\/entries\/contentScript\/assets\/full-logo.svg",
                "src\/entries\/newTab\/index.html",
                "src\/entries\/onboard\/index.html"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "assets\/src\/entries\/contentScript\/main.js",
                "assets\/shield-fail-address.e543ce30.svg",
                "assets\/smart-contract.7c742ac9.png",
                "assets\/coin-default.6372fc9c.svg",
                "assets\/arrow-right.ec1d70f4.svg",
                "assets\/no-results.076c0c7a.png",
                "assets\/shield-fail.85c31960.svg",
                "assets\/close.09b20aff.svg",
                "assets\/line.dd6fb7fd.svg",
                "assets\/coin.17f01762.svg",
                "assets\/dayjs.min.js",
                "assets\/webcomponents-bundle.js",
                "assets\/utils.js",
                "assets\/base.86cab295.svg",
                "assets\/aura.fab6e209.png",
                "assets\/tooltip.js",
                "assets\/logo-white.8f4891b7.svg",
                "assets\/utils2.js",
                "assets\/index2.js",
                "assets\/index3.js",
                "assets\/shield-done.js",
                "assets\/shield-done.650a75b0.svg",
                "assets\/Tooltip.custom.js",
                "assets\/Copy.js",
                "assets\/TooltipNumber.js",
                "assets\/edit.js",
                "assets\/edit.1c12745e.svg",
                "assets\/index.js",
                "assets\/relativeTime.js",
                "assets\/index4.js",
                "assets\/index5.js",
                "assets\/svelte-system-info.esm.js",
                "assets\/main.601fb8ec.css",
                "assets\/Copy.f58331f0.css",
                "assets\/TooltipNumber.c0a96d34.css",
                "assets\/utils.4b398481.css"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "use_dynamic_url": true
        }
    ],
    "permissions": [
        "storage",
        "unlimitedStorage",
        "activeTab"
    ],
    "commands": {
        "open-quick-search": {
            "suggested_key": {
                "default": "Ctrl+Shift+K",
                "mac": "Command+Shift+K"
            },
            "description": "Open Quick Search"
        }
    },
    "action": {
        "default_icon": {
            "38": "icons\/96.png"
        },
        "default_title": "Open Nimbus sidebar"
    },
    "background": {
        "service_worker": "serviceWorker.js",
        "type": "module"
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "default_locale": "en",
    "manifest_version": 3
}