Ale

A wallet for Oort

Ale란 무엇입니까?

Ale은(는) ComputeCoin Network에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A wallet for Oort"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Ale 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Ale is a wallet in the Oort ecosystem. It’s a browser extension that allows users to access CCN funds and other applications.

Users can receive & send funds, read CCN balance, and use other applications with Ale. 

It serves as one of the most essential tools for Oort ecosystem: miners can receive mining rewards with Ale; users like VR/AR game developers can rent high-quality virtual machines with Ale; and of course, CCN token holders can receive and hold coins with Ale.

Ale also lets the user create and manage their own identities via private keys, so when a Dapp wants to perform a transaction and write to the blockchain, the user gets a secure interface to review the transaction, before approving or rejecting it.                    

확장 프로그램 기본 정보

이름 Ale Ale
ID cflgahhmjlmnjbikhakapcfkpbcmllam
공식 URL https://chromewebstore.google.com/detail/ale/cflgahhmjlmnjbikhakapcfkpbcmllam
설명 A wallet for Oort
파일 크기 11.9 MB
설치 횟수 9,580
현재 버전 2.1.8
최근 업데이트 2024-02-22
출시 날짜 2021-11-06
평점 4.96/5 총 103 개의 평점
개발자 ComputeCoin Network
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.oortech.com/
개인정보 보호 정책 페이지 URL https://www.computecoin.network/ale-privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ale",
    "version": "2.1.8",
    "description": "A wallet for Oort",
    "icons": {
        "16": "images\/icon.png",
        "48": "images\/icon.png",
        "128": "images\/icon.png"
    },
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_title": "Ale Wallet",
        "default_popup": "index.html"
    },
    "background": {
        "scripts": [
            "static\/js\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "static\/js\/content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "insertPage.js"
    ],
    "minimum_chrome_version": "66",
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Alt+Shift+C",
                "mac": "Alt+Shift+C",
                "chromeos": "Alt+Shift+C",
                "linux": "Alt+Shift+C"
            }
        }
    }
}