Fork Pay
Pay for bitcoin transactions with your favourite fork.
Fork Payとは何ですか?
Fork Payはhttp://forkpay.netによって開発されたChromeの拡張機能で、その主な機能は「Pay for bitcoin transactions with your favourite fork.」です。
拡張機能のスクリーンショット
Fork Pay拡張機能のCRXファイルをダウンロード
Fork Pay拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Pay your Bitcoin bills with your favourite crypto currency! 拡張機能の基本情報
| 名前 | |
| ID | aghknfeghpcdcnalgcjadfcelpgnagjg |
| 公式URL | https://chrome.google.com/webstore/detail/fork-pay/aghknfeghpcdcnalgcjadfcelpgnagjg |
| 説明 | Pay for bitcoin transactions with your favourite fork. |
| ファイルサイズ | 68.41 KB |
| インストール数 | 18 |
| 現在のバージョン | 0.5.4 |
| 最終更新日 | 2015-12-04 |
| 公開日 | 2015-12-04 |
| 評価 | 3.00/5 合計 1 レビュー |
| 開発者 | http://forkpay.net |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Fork Pay",
"version": "0.5.4",
"manifest_version": 2,
"description": "Pay for bitcoin transactions with your favourite fork.",
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"options_page": "options.html",
"permissions": [
"tabs",
"contextMenus",
"storage",
"https:\/\/coinomat.com\/"
],
"background": {
"scripts": [
"bg.js"
]
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"file:\/\/\/*\/*"
],
"css": [
"bubble.css",
"popup.css"
],
"js": [
"jquery.min.js",
"jquery.qrcode.min.js",
"def_list.js",
"content.js"
],
"run_at": "document_end",
"all_frames": true
}
],
"web_accessible_resources": [
"bubble.html",
"bubble.css",
"popup.html",
"popup.css",
"images\/*"
],
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
} | |