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."입니다.
확장 프로그램 스크린샷
Do They Accept Bitcoin? 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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].
확장 프로그램 기본 정보
이름 | |
ID | nofccoknfcageikhnhfhkpcdciapdaja |
공식 URL | 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 } |