Fork Pay
Pay for bitcoin transactions with your favourite fork.
Qu'est-ce que Fork Pay ?
Fork Pay est une extension Chrome développée par http://forkpay.net, et sa fonction principale est "Pay for bitcoin transactions with your favourite fork.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Fork Pay
Téléchargez les fichiers d'extension Fork Pay au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Pay your Bitcoin bills with your favourite crypto currency!
Informations de Base sur l'Extension
Nom | |
ID | aghknfeghpcdcnalgcjadfcelpgnagjg |
URL Officiel | https://chrome.google.com/webstore/detail/fork-pay/aghknfeghpcdcnalgcjadfcelpgnagjg |
Description | Pay for bitcoin transactions with your favourite fork. |
Taille du Fichier | 68.41 KB |
Nombre d'Installations | 18 |
Version Actuelle | 0.5.4 |
Dernière Mise à Jour | 2015-12-04 |
Date de Publication | 2015-12-04 |
Évaluation | 3.00/5 Total 1 Évaluations |
Développeur | http://forkpay.net |
Type de Paiement | free |
Langues Prises en Charge | 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'" } |