Bitcoin assistant

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

ما هو Bitcoin assistant؟

Bitcoin assistant هو إضافة Chrome تم تطويرها بواسطة Miracreate، والميزة الرئيسية لها هي "This extension adds context menu to enter your bitcoin address into web forms, and enter automatically address on bitvisitor.com.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Bitcoin assistant

قم بتنزيل ملفات الامتداد Bitcoin assistant بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم Bitcoin assistant Bitcoin assistant
ID ndclmokbpeggeoahfjjkjfifhpjnbkho
عنوان URL الرسمي https://chrome.google.com/webstore/detail/bitcoin-assistant/ndclmokbpeggeoahfjjkjfifhpjnbkho
الوصف This extension adds context menu to enter your bitcoin address into web forms, and enter automatically address on bitvisitor.com.
حجم الملف 18.02 KB
عدد التثبيتات 201
النسخة الحالية 0.0.2.1547
آخر تحديث 2014-02-01
تاريخ النشر 2014-02-01
تقييم 4.25/5 مجموع تقييمات 4
المطور Miracreate
نوع الدفع free
اللغات المدعومة 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"
}