Do They Accept Bitcoin?
Shows when the site you're visiting accepts Bitcoin.
Do They Accept Bitcoin? là gì?
Do They Accept Bitcoin? là một tiện ích mở rộng Chrome được phát triển bởi Vitalik, và tính năng chính của nó là "Shows when the site you're visiting accepts Bitcoin.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Do They Accept Bitcoin?
Tải xuống các tệp mở rộng Do They Accept Bitcoin? 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
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].
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | nofccoknfcageikhnhfhkpcdciapdaja |
URL Chính Thức | https://chrome.google.com/webstore/detail/do-they-accept-bitcoin/nofccoknfcageikhnhfhkpcdciapdaja |
Mô tả | Shows when the site you're visiting accepts Bitcoin. |
Kích Thước Tệp | 167 KB |
Số Lần Cài Đặt | 61 |
Phiên Bản Hiện Tại | 1.0.4 |
Cập Nhật Lần Cuối | 2013-05-10 |
Ngày Phát Hành | 2013-05-10 |
Đánh Giá | 3.83/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | Vitalik |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } |