AlgoSigner

Algorand Wallet Extension | Send & Receive ALGOs | Sign dApp Transactions

AlgoSignerคืออะไร?

AlgoSigner เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://purestake.com และคุณลักษณะหลักของมันคือ "Algorand Wallet Extension | Send & Receive ALGOs | Sign dApp Transactions"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        **AlgoSigner Sunset**

Support for AlgoSigner by the Algorand Foundation is ending on March 31st and the extension will be unpublished from the Chrome Store. This **should not** delete the extension if it is installed through the store but neither the extension or code base will be updated or supported. 

Refer to the Algorand website for a list of [alternative providers](https://developer.algorand.org/ecosystem-projects/?tags=wallets). The Algorand Foundation also providers a list of [wallet security best practices](https://www.algorand.foundation/wallet-security-best-practices).

Existing users should migrate to a different wallet immediately. There is no way to export a mnemonic from AlgoSigner. If you did not write it down when creating an account you should migrate to another account before March 31st or rekey your account to an account you do have the secret for. 

For developers, the Github repo for the project will migrate to the Algorand Foundation on March 31st. 


**FAQ**
----
Q: Does this have anything to do with the MyAlgo wallet breach?

A: No, this is a planned phasing out of AlgoSigner. There is no known security issue with the wallet. 

Q: Can I rekey my account?

A: Yes, you can, several guides are available recently depending on your new wallet. 

Q: Are there are any more releases planned?

A: There are no more planned releases to the Chrome Store. There is final code only release (1.11.0) in the Github repository with the last developed features. 

Q: Is the code Manifest v3 ready?

A: No. There will be a branch containing all the changes towards supporting v3, but it should not be considered tested or production ready.                    

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

ชื่อ AlgoSigner AlgoSigner
ID kmmolakhbgdlpkjkcjkebenjheonagdm
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/algosigner/kmmolakhbgdlpkjkcjkebenjheonagdm
คำอธิบาย Algorand Wallet Extension | Send & Receive ALGOs | Sign dApp Transactions
ขนาดไฟล์ 2.91 MB
จำนวนการติดตั้ง 21,014
เวอร์ชันปัจจุบัน 1.10.1
อัปเดตครั้งล่าสุด 2023-03-24
วันที่เผยแพร่ 2020-08-27
คะแนน 4.08/5 รวมทั้งหมด 24 คะแนน
ผู้พัฒนา http://purestake.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.purestake.com/technology/algosigner/
URL หน้าช่วยเหลือ https://www.purestake.com/customer-support/
URL หน้านโยบายความเป็นส่วนตัว https://www.purestake.com/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AlgoSigner",
    "author": "https:\/\/developer.purestake.io",
    "version": "1.10.1",
    "description": "Algorand Wallet Extension | Send & Receive ALGOs | Sign dApp Transactions",
    "icons": {
        "48": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "AlgoSigner",
        "default_icon": "icon.png",
        "default_popup": "index.html"
    },
    "content_security_policy": "script-src 'self' 'sha256-r3HgVicK23eFlaBe+glyMCfP98WwT3i3bmq8FxshKMY='; object-src 'self'",
    "web_accessible_resources": [
        "AlgoSigner.min.js"
    ],
    "permissions": [
        "storage"
    ]
}