Do They Accept Bitcoin?

Shows when the site you're visiting accepts Bitcoin.

什麼是Do They Accept Bitcoin??

Do They Accept Bitcoin?是由Vitalik開發的Chrome擴展程式,該擴展的主要功能是“Shows when the site you're visiting accepts Bitcoin.”。

擴展截圖

screenshot
screenshot

下載Do They Accept Bitcoin?擴展crx文件

下載Do They Accept Bitcoin?擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Shows an icon in the URL bar when the site that you're visiting accepts Bitcoin. The addon currently gets this information from a server-side list generated by scraping:

http://www.reddit.com/r/btcbase?limit=100
http://en.bitcoin.it/wiki/Trade
http://www.bitcointrading.com/forum/spend-bitcoins/online-stores-accepting-bitcoins/

The addon also features a "stumble" option that takes you to a random Bitcoin-accepting site.

If you notice a site missing or a site incorrectly listed as taking Bitcoin, there are two ways to correct the problem:

1. Submit a correction by clicking on the icon and hitting the button. Corrections are reviewed manually, and will be taken into account as soon as I get to it.
2. If a site is missing, list it on reddit.com/r/btcbase, and it will be automatically scraped and added within 12-36 hours.

Donations welcome at 1V1tALUeAuCLqvJR3TiF2uXFrdFGNdTPN

All comments and feature requests welcome at [email protected].                    

擴展基本資訊

名稱 Do They Accept Bitcoin? Do They Accept Bitcoin?
ID nofccoknfcageikhnhfhkpcdciapdaja
官方網址 https://chrome.google.com/webstore/detail/do-they-accept-bitcoin/nofccoknfcageikhnhfhkpcdciapdaja
簡介 Shows when the site you're visiting accepts Bitcoin.
檔案大小 167 KB
安裝次數 61
目前版本 1.0.4
更新時間 2013-05-10
上架時間 2013-05-10
評分 3.83/5 共 6 次評分
開發者 Vitalik
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Do They Accept Bitcoin?",
    "version": "1.0.4",
    "description": "Shows when the site you're visiting accepts Bitcoin.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "page_action": {
        "default_icon": "noaccept.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/pastebin.com\/*",
        "http:\/\/216.155.145.197\/*"
    ],
    "icons": {
        "48": "bitcoin48.png",
        "128": "bitcoin128.png"
    },
    "options_page": "options.html",
    "manifest_version": 2
}