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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Eddie Barcelona Jr. และคุณลักษณะหลักของมันคือ "Notification for bitcoin price changes. Let's you know when to buy and when to sell."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bitcoin PH Extension
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
URL อย่างเป็นทางการ | 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" ] } |