Fork Pay

Pay for bitcoin transactions with your favourite fork.

Fork Pay là gì?

Fork Pay là một tiện ích mở rộng Chrome được phát triển bởi http://forkpay.net, và tính năng chính của nó là "Pay for bitcoin transactions with your favourite fork.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Fork Pay

Tải xuống các tệp mở rộng Fork Pay dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Pay your Bitcoin bills with your favourite crypto currency!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Fork Pay Fork Pay
ID aghknfeghpcdcnalgcjadfcelpgnagjg
URL Chính Thức https://chrome.google.com/webstore/detail/fork-pay/aghknfeghpcdcnalgcjadfcelpgnagjg
Mô tả Pay for bitcoin transactions with your favourite fork.
Kích Thước Tệp 68.41 KB
Số Lần Cài Đặt 18
Phiên Bản Hiện Tại 0.5.4
Cập Nhật Lần Cuối 2015-12-04
Ngày Phát Hành 2015-12-04
Đánh Giá 3.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển http://forkpay.net
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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'"
}