Fork Pay
Pay for bitcoin transactions with your favourite fork.
Wat is Fork Pay?
Fork Pay is een Chrome-extensie ontwikkeld door http://forkpay.net, en de belangrijkste functie is "Pay for bitcoin transactions with your favourite fork.".
Extensie Screenshots
Download het CRX-bestand van de extensie Fork Pay
Download Fork Pay-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Pay your Bitcoin bills with your favourite crypto currency!
Basisinformatie over de Extensie
Naam | |
ID | aghknfeghpcdcnalgcjadfcelpgnagjg |
Officiële URL | https://chrome.google.com/webstore/detail/fork-pay/aghknfeghpcdcnalgcjadfcelpgnagjg |
Beschrijving | Pay for bitcoin transactions with your favourite fork. |
Bestandsgrootte | 68.41 KB |
Aantal Installaties | 18 |
Huidige Versie | 0.5.4 |
Laatst Bijgewerkt | 2015-12-04 |
Publicatiedatum | 2015-12-04 |
Beoordeling | 3.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | http://forkpay.net |
Betalingswijze | free |
Ondersteunde Talen | 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'" } |