Bitcoin assistant

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

Wat is Bitcoin assistant?

Bitcoin assistant is een Chrome-extensie ontwikkeld door Miracreate, en de belangrijkste functie is "This extension adds context menu to enter your bitcoin address into web forms, and enter automatically address on bitvisitor.com.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Bitcoin assistant

Download Bitcoin assistant-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Bitcoin assistant Bitcoin assistant
ID ndclmokbpeggeoahfjjkjfifhpjnbkho
Officiële URL https://chrome.google.com/webstore/detail/bitcoin-assistant/ndclmokbpeggeoahfjjkjfifhpjnbkho
Beschrijving This extension adds context menu to enter your bitcoin address into web forms, and enter automatically address on bitvisitor.com.
Bestandsgrootte 18.02 KB
Aantal Installaties 201
Huidige Versie 0.0.2.1547
Laatst Bijgewerkt 2014-02-01
Publicatiedatum 2014-02-01
Beoordeling 4.25/5 Totaal 4 Beoordelingen
Ontwikkelaar Miracreate
Betalingswijze free
Ondersteunde Talen 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"
}