Kondor

Koinos Wallet in your browser

What is Kondor?

Kondor is a Chrome extension developed by Julián González, and its main feature is "Koinos Wallet in your browser".

Extension Screenshots

screenshot
screenshot

Download Kondor Extension CRX File

Download Kondor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Kondor is a browser extension to manage a wallet for Koinos Blockchain                    

Extension Basic Information

Name Kondor Kondor
ID ghipkefkpgkladckmlmdnadmcchefhjl
Official URL https://chromewebstore.google.com/detail/kondor/ghipkefkpgkladckmlmdnadmcchefhjl
Description Koinos Wallet in your browser
File Size 2.08 MB
Installation Count 3,000
Current Version 0.9.1
Last Updated 2023-11-24
Publish Date 2021-09-12
Rating 4.75/5 Total 16 Ratings
Developer Julián González
Email [email protected]
Payment Type free
Extension Website https://github.com/joticajulian/kondor
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Kondor",
    "description": "Koinos Wallet in your browser",
    "version": "0.9.1",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "\/images\/kondor-16.png",
            "32": "\/images\/kondor-32.png",
            "48": "\/images\/kondor-48.png",
            "128": "\/images\/kondor-128.png"
        }
    },
    "sandbox": {
        "pages": [
            "sandbox.html"
        ]
    },
    "icons": {
        "16": "\/images\/kondor-16.png",
        "32": "\/images\/kondor-32.png",
        "48": "\/images\/kondor-48.png",
        "128": "\/images\/kondor-128.png"
    },
    "options_page": "options.html"
}