SpareCoins

The Secure Lightweight Bitcoin Wallet in your Browser

SpareCoinsคืออะไร?

SpareCoins เป็นส่วนขยายของ Chrome ที่พัฒนาโดย locksley และคุณลักษณะหลักของมันคือ "The Secure Lightweight Bitcoin Wallet in your Browser"

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

screenshot
screenshot

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

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

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

                        Why use SpareCoins?

=== **Convenience** ===

Using a Desktop Wallet sucks if you’re sending a small amount of Bitcoins. Opening them in another window feels clunky, and syncing with the Blockchain can take a day. SpareCoins is in your browser and can be opened with one click, or Ctrl+Shift+K. This makes sending Bitcoins around the web much easier.

=== **Security** ===

Every week, another online Bitcoin Wallet gets hacked. SpareCoins, however, does not have a central point for attackers to target. Your private keys are encrypted and stored inside your browser, rather than an unsafe remote server. Your private keys can be backed up at anytime, and clearing your cache won’t delete your keys.

=== **Open Source** ===

SpareCoins is an Open Source project and holds true to the philosophy of Bitcoin through decentralizing online wallets whilst maintaining convenience. The ultimate vision is to facilitate transactions that were previously impossible, such as the ANYONECANPAY and MULTISIG protocols. We welcome developers to fork the repo on Github. The app is built on top of AngularJS and Bitcoinjs-lib.                    

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

ชื่อ SpareCoins SpareCoins
ID nhkolgoaflkjhfkamdhiahingnendokj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/sparecoins/nhkolgoaflkjhfkamdhiahingnendokj
คำอธิบาย The Secure Lightweight Bitcoin Wallet in your Browser
ขนาดไฟล์ 416 KB
จำนวนการติดตั้ง 174
เวอร์ชันปัจจุบัน 1.0.13
อัปเดตครั้งล่าสุด 2013-12-21
วันที่เผยแพร่ 2013-12-20
คะแนน 4.70/5 รวมทั้งหมด 33 คะแนน
ผู้พัฒนา locksley
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.sparecoins.io/
URL หน้าช่วยเหลือ https://github.com/BitcoinMafia/sparecoinsext/issues/new
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SpareCoins",
    "version": "1.0.13",
    "manifest_version": 2,
    "description": "The Secure Lightweight Bitcoin Wallet in your Browser",
    "homepage_url": "http:\/\/sparecoins.io",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "lib\/jquery\/jquery.min.js",
            "lib\/bitcoinjs-min.js",
            "lib\/chrome_storage.js",
            "lib\/sparecoins.js",
            "lib\/sparecoins_lib.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "SpareCoins | Open Wallet",
        "default_popup": "index.html"
    },
    "permissions": [
        "unlimitedStorage",
        "storage"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Shift+Ctrl+K"
            }
        }
    }
}