Liquality Wallet
Self-Custodial Multi-Chain Wallet that is 100% Open Source.
Liquality Walletคืออะไร?
Liquality Wallet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://liquality.io และคุณลักษณะหลักของมันคือ "Self-Custodial Multi-Chain Wallet that is 100% Open Source."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Liquality Wallet
ดาวน์โหลดไฟล์ส่วนขยาย Liquality Wallet ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Liquality is a Self-Custodial Multi-Chain Wallet that is 100% Open Source.
One Wallet, All Chains, All NFTs.
Use Liquality to hold and Swap 10,000+ Assets across 10+ Chains.
Keep all your NFTs in one Gallery - regardless of the Chain.
Single Seed Phrase, One-Click Swaps
Use a Single Seed Phrase to manage all your assets, swap across chains with one click.
100% Open Source - Audited and Extensible by our Community.
Self-Custodial - Nobody has access to your keys but you. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | kpfopkelmapcoipemfendmdcghnegimn |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/liquality-wallet/kpfopkelmapcoipemfendmdcghnegimn |
| คำอธิบาย | Self-Custodial Multi-Chain Wallet that is 100% Open Source. |
| ขนาดไฟล์ | 44.5 MB |
| จำนวนการติดตั้ง | 10,000 |
| เวอร์ชันปัจจุบัน | 0.88.0 |
| อัปเดตครั้งล่าสุด | 2024-01-19 |
| วันที่เผยแพร่ | 2020-06-30 |
| คะแนน | 4.43/5 รวมทั้งหมด 37 คะแนน |
| ผู้พัฒนา | https://liquality.io |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://liquality.io |
| URL หน้าช่วยเหลือ | https://support.liquality.io/hc/en-us |
| URL หน้านโยบายความเป็นส่วนตัว | https://liquality.io/privacy-policy |
| ภาษาที่รองรับ | en,es |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"version": "0.88.0",
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"homepage_url": "https:\/\/liquality.io",
"permissions": [
"notifications",
"storage",
"activeTab",
"unlimitedStorage",
"tabs"
],
"icons": {
"16": "icons\/16x16.png",
"48": "icons\/48x48.png",
"128": "icons\/128x128.png",
"256": "icons\/256x256.png",
"512": "icons\/512x512.png",
"1024": "icons\/1024x1024.png"
},
"background": {
"scripts": [
"js\/background.js"
],
"persistent": true
},
"content_scripts": [
{
"matches": [
"file:\/\/*\/*",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"js\/content-script.js"
],
"run_at": "document_start",
"all_frames": false
}
],
"browser_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icons\/16x16.png",
"48": "icons\/48x48.png",
"128": "icons\/128x128.png",
"256": "icons\/256x256.png",
"512": "icons\/512x512.png",
"1024": "icons\/1024x1024.png"
}
},
"content_security_policy": "script-src 'self' 'unsafe-eval' 'unsafe-inline' https:\/\/cdn.segment.com 'sha256-ZgDy59Dh4jH9g\/vcPYFpoQ1wumB4IdPEOS1BJc08i+Y='; object-src 'self';"
} | |