Bitcoin PH Extension
Notification for bitcoin price changes. Let's you know when to buy and when to sell.
什麼是Bitcoin PH Extension?
Bitcoin PH Extension是由Eddie Barcelona Jr.開發的Chrome擴展程式,該擴展的主要功能是“Notification for bitcoin price changes. Let's you know when to buy and when to sell.”。
擴展截圖
下載Bitcoin PH Extension擴展crx文件
下載Bitcoin PH Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Tired of searching for bitcoin price tracker for PHP? Well, now it's here. The Bitcoin PH extension provides real-time price changes. It notifies you whether the prices go up or down. It is very simple and very user-friendly. This will greatly help you decide when to buy and when to sell your bitcoin. Enjoy! What's new: - Removed storage permission. Archived: - Added detailed difference (how much increase/decrease and percentage difference) on the notification - Added Options button on notification - Added Clear All button on notification - Added directing to Options page when the extension icon (badge) is clicked. - Added graying out of badge's text when notification is disabled For next release, I will add currencies other than PHP, so stay tuned!
擴展基本資訊
名稱 | |
ID | cegeeeoaeeeofikcgaefnggbccphkcap |
官方網址 | https://chromewebstore.google.com/detail/bitcoin-ph-extension/cegeeeoaeeeofikcgaefnggbccphkcap |
簡介 | Notification for bitcoin price changes. Let's you know when to buy and when to sell. |
檔案大小 | 86.51 KB |
安裝次數 | 14 |
目前版本 | 1.6.1 |
更新時間 | 2021-10-23 |
上架時間 | 2018-04-01 |
評分 | 5.00/5 共 1 次評分 |
開發者 | Eddie Barcelona Jr. |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bitcoin PH Extension", "version": "1.6.1", "description": "Notification for bitcoin price changes. Let's you know when to buy and when to sell.", "icons": { "16": "bitcoin_16.png", "32": "bitcoin_32.png", "48": "bitcoin_48.png", "128": "bitcoin_128.png" }, "permissions": [ "notifications", "https:\/\/quote.coins.ph\/*" ], "options_page": "options.html", "background": { "scripts": [ "jquery-2.2.4.min.js", "background.js" ] }, "manifest_version": 2, "browser_action": { "default_title": "Bitcoin PH" }, "web_accessible_resources": [ "48.png" ] } |