Cryptocurrency Price Notification
Allow track cryptocurrency price
Cryptocurrency Price Notificationคืออะไร?
Cryptocurrency Price Notification เป็นส่วนขยายของ Chrome ที่พัฒนาโดย livecode1986one และคุณลักษณะหลักของมันคือ "Allow track cryptocurrency price"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cryptocurrency Price Notification
ดาวน์โหลดไฟล์ส่วนขยาย Cryptocurrency Price Notification ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Cryptocurrency Price Notification - allows you to track the price of cryptocurrency and notify when the price reaches the set value.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Cryptocurrency Price Notification |
ID | dcfjoaoabdlhiiohaamdngkicdjipffo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/cryptocurrency-price-noti/dcfjoaoabdlhiiohaamdngkicdjipffo |
คำอธิบาย | Allow track cryptocurrency price |
ขนาดไฟล์ | 788 KB |
จำนวนการติดตั้ง | 63 |
เวอร์ชันปัจจุบัน | 1.0.6 |
อัปเดตครั้งล่าสุด | 2021-04-06 |
วันที่เผยแพร่ | 2021-04-03 |
ผู้พัฒนา | livecode1986one |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | de,en,fr,es,it,ru,ar |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Allow track cryptocurrency price", "version": "1.0.6", "manifest_version": 2, "default_locale": "en", "name": "Cryptocurrency Price Notification", "background": { "scripts": [ "background.bundle.js" ], "persistent": true }, "browser_action": { "default_title": "Cryptocurrency Price Notification", "default_icon": "icon-34.png", "default_popup": "popup.html" }, "icons": { "128": "icon-128.png" }, "permissions": [ "background" ] } |