Fuel Wallet

The official Fuel Wallet

Fuel Walletคืออะไร?

Fuel Wallet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Fuel Labs และคุณลักษณะหลักของมันคือ "The official Fuel Wallet"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        ⚡️ The official Fuel Wallet – Developed and maintained by Fuel Labs. 

With the Fuel Wallet, you can explore DApps on Fuel and manage your crypto assets, all in one place.

✅ Features & Benefits
➡ Transparent transactions – No more blind signatures, see all operations happening in a transaction before signing. 
➡ Multi-account support – Create and manage unlimited accounts
➡ See and manage assets – Easily keep track of assets you’re holding on the Fuel network. 
➡ Send and receive assets – Easily move assets around on the Fuel network. 

⚠️The app is still in BETA, if you run into issues or just have general feedback, leave a message on our forum: https://forum.fuel.network/ ⚠️

 🌐 Browser support
Supported on Chrome, Brave, and Microsoft Edge. We recommend using the latest version of the browsers. Not supported on Firefox yet. 

🔒 Security
This is highly experimental software, use it at your own discretion. 

📚Legal
Terms of service & Privacy Policy 
➡ https://github.com/fuellabs/fuels-wallet/blob/v0.15.2/packages/app/public/TermOfService.md

📖 Documentation
If you want to build on top of our wallet or become a contributor, check out our documentation 
➡ https://wallet.fuel.network/docs/install/

🔐 Source Code
Verify our code by checking out source here;
➡ https://github.com/fuellabs/fuels-wallet                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Fuel Wallet Fuel Wallet
ID dldjpboieedgcmpkchcjcbijingjcgok
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/fuel-wallet/dldjpboieedgcmpkchcjcbijingjcgok
คำอธิบาย The official Fuel Wallet
ขนาดไฟล์ 1.86 MB
จำนวนการติดตั้ง 208,728
เวอร์ชันปัจจุบัน 0.15.2
อัปเดตครั้งล่าสุด 2024-02-21
วันที่เผยแพร่ 2023-06-19
คะแนน 3.06/5 รวมทั้งหมด 54 คะแนน
ผู้พัฒนา Fuel Labs
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://wallet.fuel.network
URL หน้าช่วยเหลือ https://forum.fuel.network/
URL หน้านโยบายความเป็นส่วนตัว https://github.com/FuelLabs/fuels-wallet/blob/master/packages/app/public/TermOfService.md
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Fuel Wallet",
    "version": "0.15.2",
    "description": "The official Fuel Wallet",
    "icons": {
        "16": "icons\/fuel-logo-16.png",
        "19": "icons\/fuel-logo-19.png",
        "32": "icons\/fuel-logo-32.png",
        "36": "icons\/fuel-logo-36.png",
        "38": "icons\/fuel-logo-38.png",
        "48": "icons\/fuel-logo-48.png",
        "64": "icons\/fuel-logo-64.png",
        "128": "icons\/fuel-logo-128.png",
        "256": "icons\/fuel-logo-256.png",
        "512": "icons\/fuel-logo-512.png"
    },
    "action": {
        "default_title": "Fuel Wallet",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.contentScript.ts-1fd3df66-e67d5450.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "host_permissions": [
        ""
    ],
    "permissions": [
        "storage",
        "alarms",
        "tabs",
        "clipboardWrite",
        "scripting"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/index-4fbb3b05.js",
                "assets\/config-c72d7828.js",
                "assets\/contentScript.ts-1fd3df66.js"
            ],
            "use_dynamic_url": true
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "assets\/contentScript.ts-1fd3df66.js",
                "assets\/index-4fbb3b05.js",
                "assets\/config-c72d7828.js"
            ],
            "use_dynamic_url": false
        }
    ]
}