NeoLine

NEO thin wallet for chrome extension

NeoLine क्या है?

NeoLine https://neoline.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "NEO thin wallet for chrome extension"।

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

screenshot
screenshot

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

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

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

                        NeoLine is a thin wallet chrome extension, it provides dapis for developers who want to interact easily with NEO blockchain.                    

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

नाम NeoLine NeoLine
ID cphhlgmgameodnhkjdmkpanlelnlohao
आधिकारिक URL https://chromewebstore.google.com/detail/neoline/cphhlgmgameodnhkjdmkpanlelnlohao
विवरण NEO thin wallet for chrome extension
फ़ाइल का आकार 4.03 MB
स्थापना संख्या 30,000
वर्तमान संस्करण 4.0.6
अंतिम अपडेट 2023-11-20
प्रकाशन तिथि 2020-06-28
रेटिंग 3.00/5 कुल 36 रेटिंग्स
डेवलपर https://neoline.io
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://neoline.io
गोपनीयता नीति पृष्ठ URL https://neoline.io/en/privacy
समर्थित भाषाएँ en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NeoLine",
    "description": "NEO thin wallet for chrome extension",
    "version": "4.0.6",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html#popup",
        "default_icon": "assets\/logo128.png"
    },
    "default_locale": "en",
    "commands": [],
    "icons": {
        "16": "assets\/logo16.png",
        "48": "assets\/logo48.png",
        "128": "assets\/logo128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "neoline.js",
                "neolineN3.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "dapi.js",
                "dapiN3.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "extension_ids": []
        }
    ],
    "permissions": [
        "storage",
        "notifications",
        "activeTab",
        "alarms"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/neoline.cn\/*"
        ],
        "ids": [
            "*"
        ]
    },
    "content_security_policy": {
        "extension_pages": "frame-ancestors 'none'; script-src 'self'; object-src 'self'"
    },
    "minimum_chrome_version": "88"
}