Ale

A wallet for Oort

Aleคืออะไร?

Ale เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ComputeCoin Network และคุณลักษณะหลักของมันคือ "A wallet for Oort"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ale

ดาวน์โหลดไฟล์ส่วนขยาย Ale ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
            }
        }
    }
}