NeoLine

NEO thin wallet for chrome extension

NeoLineとは何ですか?

NeoLineはhttps://neoline.ioによって開発されたChromeの拡張機能で、その主な機能は「NEO thin wallet for chrome extension」です。

拡張機能のスクリーンショット

screenshot
screenshot

NeoLine拡張機能のCRXファイルをダウンロード

NeoLine拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
}