Solong
One place to manage all solana assets and dapps
Solongคืออะไร?
Solong เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Solong Wallet และคุณลักษณะหลักของมันคือ "One place to manage all solana assets and dapps"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Solong
ดาวน์โหลดไฟล์ส่วนขยาย Solong ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
All in one plugin wallet to help people manage crypto assets and dapps on Solana. Key Features - Create and import Solana accounts. - Manage multiple accounts. - Export mnemonic words. - Send and receive SOL & SPL tokens. - Mint tokens. - Add SPL tokens. - Authorize Solana Dapps and manage authorizations. - Sign transactions from 3rd party Dapps.(need some dev integration, see guides below) - Mainnet, testnet, devnet & localnet supported. - English & Chinese supported.(more languages coming) - Login via Torus - Associate account with names Solong official websites: https://solongwallet.com Solong Twitter: https://twitter.com/Solongwallet Websites integrated Solong: https://serum.today https://swap.serum.today Solana blockchain official website: https://solana.com
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Solong |
ID | memijejgibaodndkimcclfapfladdchj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/solong/memijejgibaodndkimcclfapfladdchj |
คำอธิบาย | One place to manage all solana assets and dapps |
ขนาดไฟล์ | 1.93 MB |
จำนวนการติดตั้ง | 6,329 |
เวอร์ชันปัจจุบัน | 1.8.10 |
อัปเดตครั้งล่าสุด | 2021-06-17 |
วันที่เผยแพร่ | 2020-10-27 |
คะแนน | 3.45/5 รวมทั้งหมด 20 คะแนน |
ผู้พัฒนา | Solong Wallet |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://solongwallet.com |
URL หน้านโยบายความเป็นส่วนตัว | https://solongwallet.com/privacy.html |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Solong", "description": "One place to manage all solana assets and dapps", "version": "1.8.10", "browser_action": { "default_icon": "icon-16.png", "default_popup": "popup.html" }, "background": { "scripts": [ "js\/backgroundPage.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "file:\/\/*\/*", "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/content.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ "js\/inpage.js" ], "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "externally_connectable": { "ids": [ "*" ] }, "permissions": [ "unlimitedStorage", "clipboardWrite", "tabs", "http:\/\/*\/", "https:\/\/*\/", "identity" ], "oauth2": { "client_id": "212370375000-pj9b3urveiqj64p8vp223pr8j9fohb78.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email", "openid" ] }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAklp11CmFtVCc4VxDtJ15Sy4Gih5q1HHuomMQB56F6a9bx3Lls++fH9BGVCQpkX3xiHHpbteZXyBiUcNHFWqQsyXp2Qal79r6QYXi1PRb09m2lnvOyNtqfqBm9DoW0UdMd0qV8+opNYJLgv1FYG6F541j2MBkjU9jPHwV3Wc\/\/KL7qJfwSUo\/z1c7eagbuGpLOXVxWgXbtPykNfzmBaG\/D40IvB584yIORIybSarxmmFH5nKITnaXSpWK7KYC3SbdoSNgNm1yD4pXyy8oYko2GDe7e6M9kBNqKdrahiLf0k+C6HzJlz6Uedy3E4pN0ZVg+vEDaUtwFLlMxkDHP1SfpQIDAQAB", "content_security_policy": "script-src 'self' https:\/\/cdn.firebase.com https:\/\/apis.google.com https:\/\/www.gstatic.com; object-src 'self'" } |