Fork Pay
Pay for bitcoin transactions with your favourite fork.
Fork Payคืออะไร?
Fork Pay เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://forkpay.net และคุณลักษณะหลักของมันคือ "Pay for bitcoin transactions with your favourite fork."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fork Pay
ดาวน์โหลดไฟล์ส่วนขยาย Fork Pay ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Pay your Bitcoin bills with your favourite crypto currency!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | aghknfeghpcdcnalgcjadfcelpgnagjg |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/fork-pay/aghknfeghpcdcnalgcjadfcelpgnagjg |
คำอธิบาย | Pay for bitcoin transactions with your favourite fork. |
ขนาดไฟล์ | 68.41 KB |
จำนวนการติดตั้ง | 18 |
เวอร์ชันปัจจุบัน | 0.5.4 |
อัปเดตครั้งล่าสุด | 2015-12-04 |
วันที่เผยแพร่ | 2015-12-04 |
คะแนน | 3.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | http://forkpay.net |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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'" } |