TP's BrainPay

Do you want to have access to your Bitcoins wherever you are without having to keep your wallet file safe or managing long URLs?…

TP's BrainPayคืออะไร?

TP's BrainPay เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tpidev และคุณลักษณะหลักของมันคือ "Do you want to have access to your Bitcoins wherever you are without having to keep your wallet file safe or managing long URLs?…"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TP's BrainPay

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

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

                        Do you want to have access to your Bitcoins wherever you are without having to keep your wallet file safe or managing long URLs? Well, this app is for you!

With BrainPay, you can make Bitcoin payments without leaving your current web page to log in to an eWallet or wait for your client to synch. Just specify who do you want to pay, put in ONE password and you're done! Money sent in seconds!

BrainPay uses a few nifty tricks to give you access to your money without relying on any data being stored about your private keys anywhere. All you have to do is come up with one secure password, and we will handle everything else.

Your password can be converted to a working Bitcoin address through our extension or a numer of other sites - as long as you remember it, you will always have access to your coins. You can receive Bitcoins to that address (our extension will keep a track of your balance if you wish to), and when you need to spend them, just put in your password in and we will fetch your money and send it as instructed. The transaction is created offline and your private key never leaves the extension window.

The extension can also automatically scour your current web page to find all Bitcoin addresses on it, so you don't need to manually copy them over to pay someone. We did our best to streamline your Bitcoin experience.                    

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

ชื่อ TP's BrainPay TP's BrainPay
ID aihogeigcnkcklfaljfimkefkmbmlomi
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/tps-brainpay/aihogeigcnkcklfaljfimkefkmbmlomi
คำอธิบาย Do you want to have access to your Bitcoins wherever you are without having to keep your wallet file safe or managing long URLs?…
ขนาดไฟล์ 45.77 KB
จำนวนการติดตั้ง 103
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2013-06-01
วันที่เผยแพร่ 2013-06-01
คะแนน 4.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา tpidev
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://github.com/ThePiachu/TPs-BrainPay
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TP's BrainPay",
    "version": "1.0",
    "permissions": [
        "tabs",
        "*:\/\/*\/*",
        "alarms",
        "https:\/\/blockchain.info\/"
    ],
    "options_page": "options.html",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html",
        "default_title": "TP's BrainPay"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "manifest_version": 2
}