Fork Pay
Pay for bitcoin transactions with your favourite fork.
Apa itu Fork Pay?
Fork Pay adalah ekstensi Chrome yang dikembangkan oleh http://forkpay.net, dan fitur utamanya adalah "Pay for bitcoin transactions with your favourite fork.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Fork Pay
Unduh file ekstensi Fork Pay dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Pay your Bitcoin bills with your favourite crypto currency!
Informasi Dasar Ekstensi
Nama | |
ID | aghknfeghpcdcnalgcjadfcelpgnagjg |
URL Resmi | https://chrome.google.com/webstore/detail/fork-pay/aghknfeghpcdcnalgcjadfcelpgnagjg |
Deskripsi | Pay for bitcoin transactions with your favourite fork. |
Ukuran File | 68.41 KB |
Jumlah Instalasi | 18 |
Versi Saat Ini | 0.5.4 |
Terakhir Diperbarui | 2015-12-04 |
Tanggal Publikasi | 2015-12-04 |
Penilaian | 3.00/5 Total 1 Penilaian |
Pengembang | http://forkpay.net |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fork Pay", "version": "0.5.4", "manifest_version": 2, "description": "Pay for bitcoin transactions with your favourite fork.", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "options_page": "options.html", "permissions": [ "tabs", "contextMenus", "storage", "https:\/\/coinomat.com\/" ], "background": { "scripts": [ "bg.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/*\/*" ], "css": [ "bubble.css", "popup.css" ], "js": [ "jquery.min.js", "jquery.qrcode.min.js", "def_list.js", "content.js" ], "run_at": "document_end", "all_frames": true } ], "web_accessible_resources": [ "bubble.html", "bubble.css", "popup.html", "popup.css", "images\/*" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |