Paragon

Paragon is a browser extension wallet that makes it safe & easy for you to store, send and receive NOVO.

什麼是Paragon?

Paragon是由https://garlix.io開發的Chrome擴展程式,該擴展的主要功能是“Paragon is a browser extension wallet that makes it safe & easy for you to store, send and receive NOVO.”。

擴展截圖

screenshot
screenshot

下載Paragon擴展crx文件

下載Paragon擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Paragon is a highly secure and user-friendly web crypto wallet extension designed for the Novo community.

Paragon keeps your crypto and keys stored locally on your device at all times. This means that you never have to worry about your private information being sent to a third party, making it impossible for hackers or other malicious actors to access your assets.

In addition to our strong security measures, we also strive to make the user experience as simple and straightforward as possible. Our intuitive interface allows you to easily manage your accounts, view your transaction history, and send and receive crypto with just a few clicks.                    

擴展基本資訊

名稱 Paragon Paragon
ID gadbifgblmedliakbceidegloehmffic
官方網址 https://chromewebstore.google.com/detail/paragon/gadbifgblmedliakbceidegloehmffic
簡介 Paragon is a browser extension wallet that makes it safe & easy for you to store, send and receive NOVO.
檔案大小 1.37 MB
安裝次數 4,000
目前版本 1.1.2
更新時間 2023-04-27
上架時間 2023-04-27
評分 1.92/5 共 12 次評分
開發者 https://garlix.io
電子郵箱 [email protected]
付費類型 free
擴展官網 https://paragon.garlix.io
說明頁面URL https://garlix.io/discord
支援的語言 en,es,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "version": "1.1.2",
    "default_locale": "en",
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "\/images\/[email protected]",
        "32": "\/images\/[email protected]",
        "48": "\/images\/[email protected]",
        "128": "\/images\/[email protected]"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "\/images\/[email protected]",
            "32": "\/images\/[email protected]",
            "48": "\/images\/[email protected]",
            "128": "\/images\/[email protected]"
        },
        "default_title": "__MSG_appName__"
    },
    "author": "https:\/\/garlix.io",
    "background": {
        "service_worker": "background.js"
    },
    "homepage_url": "https:\/\/paragon.garlix.io",
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "short_name": "__MSG_appName__",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-script.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "pageProvider.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "externally_connectable": [],
    "minimum_chrome_version": "88"
}