BTC machines Commerce
This extension enables Bitcoin shopping on any supported site.
BTC machines Commerceとは何ですか?
BTC machines Commerceはhttp://btcmachin.esによって開発されたChromeの拡張機能で、その主な機能は「This extension enables Bitcoin shopping on any supported site.」です。
拡張機能のスクリーンショット
BTC machines Commerce拡張機能のCRXファイルをダウンロード
BTC machines Commerce拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension enables Bitcoin/Litecoin pricing and Bitcoin/Litecoin checkout in the regular popular web stores. 拡張機能の基本情報
| 名前 | |
| ID | fmnmiioldpmimceboabgehgjaahkapnh |
| 公式URL | https://chrome.google.com/webstore/detail/btc-machines-commerce/fmnmiioldpmimceboabgehgjaahkapnh |
| 説明 | This extension enables Bitcoin shopping on any supported site. |
| ファイルサイズ | 416 KB |
| インストール数 | 164 |
| 現在のバージョン | 0.1.6 |
| 最終更新日 | 2014-02-21 |
| 公開日 | 2014-02-21 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | http://btcmachin.es |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://commerce.btcmachin.es/app.html |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "BTC machines Commerce",
"description": "This extension enables Bitcoin shopping on any supported site.",
"version": "0.1.6",
"page_action": {
"default_icon": "btcmc_logo2_on.png",
"default_title": "BTC machines Commerce",
"default_popup": "popup.html"
},
"permissions": [
"tabs",
"cookies",
"storage",
"http:\/\/commerce.btcmachin.es\/*",
"https:\/\/bitpay.com\/api\/rates",
"http:\/\/www.verkkokauppa.com\/*",
"https:\/\/www.verkkokauppa.com\/*"
],
"web_accessible_resources": [
"error.html"
],
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"run_at": "document_end",
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"jquery.js",
"global.js",
"verkkokauppa.js",
"amazon.js",
"contentscript.js"
]
}
],
"content_security_policy": "script-src 'self'; object-src 'self'"
} | |