Bitcoin assistant

This extension adds context menu to enter your bitcoin address into web forms, and enter automatically address on bitvisitor.com.

Bitcoin assistant là gì?

Bitcoin assistant là một tiện ích mở rộng Chrome được phát triển bởi Miracreate, và tính năng chính của nó là "This extension adds context menu to enter your bitcoin address into web forms, and enter automatically address on bitvisitor.com.".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Bitcoin assistant 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

                        Set your bitcoin address in this extension's options page.


=== RELEASE NOTE ===
2014/02/02 Sun - version 0.0.2.1547
* Fix to display description

2014/02/01 Sat - version 0.0.1.2013
* Cut debugging code

2014/02/01 Sat - version 0.0.1.1947
* Fix for HTML frames

2014/01/23 Thu - version 0.0.0.2211
* Add English messages

2014/01/23 Thu - version 0.0.0.?
* Add icons
* Add advertise links to bitcoin sites

2014/01/23 Thu - version 0.0.0.?
* Initial release                    

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

Tên Bitcoin assistant Bitcoin assistant
ID ndclmokbpeggeoahfjjkjfifhpjnbkho
URL Chính Thức https://chrome.google.com/webstore/detail/bitcoin-assistant/ndclmokbpeggeoahfjjkjfifhpjnbkho
Mô tả This extension adds context menu to enter your bitcoin address into web forms, and enter automatically address on bitvisitor.com.
Kích Thước Tệp 18.02 KB
Số Lần Cài Đặt 201
Phiên Bản Hiện Tại 0.0.2.1547
Cập Nhật Lần Cuối 2014-02-01
Ngày Phát Hành 2014-02-01
Đánh Giá 4.25/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Miracreate
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bitcoin assistant",
    "description": "__MSG_extDescription__",
    "version": "0.0.2.1547",
    "options_page": "options.html",
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "http:\/\/www.bitvisitor.com\/"
            ],
            "js": [
                "bitvisitorTop.js"
            ]
        }
    ],
    "permissions": [
        "contextMenus",
        "alarms",
        "notifications"
    ],
    "icons": {
        "16": "icon\/16x15.png",
        "128": "icon\/128x128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icon\/19x19.png"
        }
    },
    "default_locale": "en"
}