Yet Another Bitcoin Price Ticker
A simple bitcoin price ticker, powered by Blockchain.info.
Qu'est-ce que Yet Another Bitcoin Price Ticker ?
Yet Another Bitcoin Price Ticker est une extension Chrome développée par RockyTV, et sa fonction principale est "A simple bitcoin price ticker, powered by Blockchain.info.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Yet Another Bitcoin Price Ticker
Téléchargez les fichiers d'extension Yet Another Bitcoin Price Ticker 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
Yet Another Bitcoin Price Ticker is a simple, free and open source extension that provides information about the current price of a single Bitcoin in over 15 currencies, all that displayed in a nice looking badge on your browser. Powered by Blockchain.info. Like it? Then give me a tip: 19jULv9rTHX3EvRbdasmrSrSEw19oqHSsT Source code: https://github.com/RockyTV/yabpt/ Help translate YABPT to your language: https://crowdin.com/project/yabpt/
Informations de Base sur l'Extension
Nom | |
ID | digkhhkhakkpankejbcpgghphidokljl |
URL Officiel | https://chrome.google.com/webstore/detail/yet-another-bitcoin-price/digkhhkhakkpankejbcpgghphidokljl |
Description | A simple bitcoin price ticker, powered by Blockchain.info. |
Taille du Fichier | 154 KB |
Nombre d'Installations | 187 |
Version Actuelle | 1.5.3 |
Dernière Mise à Jour | 2018-09-10 |
Date de Publication | 2018-09-10 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | RockyTV |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/RockyTV/yabpt/ |
URL de la Page d'Aide | https://github.com/RockyTV/yabpt/issues |
Langues Prises en Charge | en-US,pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Yet Another Bitcoin Price Ticker", "short_name": "YABPT", "version": "1.5.3", "description": "__MSG_extensionDescription__", "icons": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "64": "icons\/icon-64.png", "128": "icons\/icon-128.png" }, "browser_action": { "default_icon": "icons\/icon-48.png", "default_title": "Yet Another Bitcoin Price Ticker", "browser_style": true }, "background": { "scripts": [ "src\/background.js" ] }, "permissions": [ "storage", "tabs", "https:\/\/blockchain.info\/ticker" ], "options_ui": { "page": "options\/options.html", "chrome_style": false }, "default_locale": "en_US", "applications": { "gecko": { "id": "jid1-BYl3kts609WbCw@jetpack" } } } |