Tokenly Pockets

Digital Token Wallet powered by Bitcoin

Tokenly Pocketsคืออะไร?

Tokenly Pockets เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tokenly.com และคุณลักษณะหลักของมันคือ "Digital Token Wallet powered by Bitcoin"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Tokenly Pockets is a free, easy to use, open source Bitcoin wallet that makes it simple to buy, store and use Tokens.  Tokenly Pockets runs entirely in your chrome browser and protects your passphrase by never letting it leave your device.


*Keep your Bitcoin & Counterparty Tokens in one place.
*Enjoy Click-to-Pay integration with Tokenly.com products and services
*Create as many Addresses as you want and give them memorable names to turn them into Pockets 
*Quickly create a new, easy to secure HD Wallet or Use your existing 12-word passphrase from Counterwallet.io
* Protect your 12 word passphrase with a quick-access password.
* Skip the exchange, convert Altcoins into Bitcoin within your wallet with Shapeshift.io
* Send Tokens to users of LetsTalkBitcoin.com with the LTBn Directory
* Read the latest news in your wallet from LetsTalkBitcoin.com                    

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

ชื่อ Tokenly Pockets Tokenly Pockets
ID pdkmidhbflcbhddoagiikmafccadidhh
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/tokenly-pockets/pdkmidhbflcbhddoagiikmafccadidhh
คำอธิบาย Digital Token Wallet powered by Bitcoin
ขนาดไฟล์ 1.79 MB
จำนวนการติดตั้ง 1,000
เวอร์ชันปัจจุบัน 0.2.2
อัปเดตครั้งล่าสุด 2016-05-17
วันที่เผยแพร่ 2016-05-17
คะแนน 3.92/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา Tokenly.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Joe Looney",
    "background": {
        "scripts": [
            "js\/content.js"
        ]
    },
    "browser_action": {
        "default_icon": "pockets-48.png",
        "default_popup": "popup.html"
    },
    "description": "Digital Token Wallet powered by Bitcoin",
    "icons": {
        "128": "pockets-128.png",
        "16": "pockets-16.png",
        "48": "pockets-48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "js\/jquery.min.js",
                "js\/tipbutton.js"
            ]
        },
        {
            "matches": [
                "*:\/\/xcp.ninja\/*"
            ],
            "js": [
                "js\/biginteger.js",
                "js\/issuancebutton.js"
            ]
        },
        {
            "matches": [
                "*:\/\/chain.so\/*"
            ],
            "js": [
                "js\/biginteger.js",
                "js\/hex2dec-cs.js",
                "js\/detect.js",
                "js\/bitcoinjs-min.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.glidera.io\/blank*"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "*.png",
        "tipsplash.html",
        "issue-tx.html",
        "issueticker.js",
        "issue-tx-wt.html",
        "issueticker-wt.js",
        "js\/jquery.min.js",
        "js\/bootstrap.min.js",
        "js\/apiserver.js",
        "js\/aes.js",
        "js\/biginteger.js",
        "js\/utxo.js",
        "js\/xcp-js\/transactions.js",
        "js\/xcp-js\/rc4.js",
        "js\/xcp-js\/convert-type.js",
        "js\/xcp-js\/decode.js",
        "popup.js",
        "js\/mnemonic.js",
        "js\/bitcore\/bitcore.min.js",
        "js\/bitcoinsig.js",
        "js\/brainlite.js",
        "js\/bitcoinjs-min.js",
        "js\/qrcode.min.js",
        "bootstrap.min.css",
        "tipsplash.js",
        "tipticker.js",
        "js\/glidera.js",
        "js\/glideraRegister.js",
        "js\/webtorrent\/webtorrent.min.js",
        "js\/webtorrent\/bvam-seed.js"
    ],
    "manifest_version": 2,
    "name": "Tokenly Pockets",
    "permissions": [
        "storage",
        "clipboardWrite",
        "downloads",
        "activeTab",
        "tabs",
        "system.cpu"
    ],
    "short_name": "Tokenly Pockets",
    "version": "0.2.2"
}