criptoprecio
Follow the price of ALL crypto in real time in ONE place, from more than 50 exchanges. Mark your favorites coins to follow them.…
criptoprecioคืออะไร?
criptoprecio เป็นส่วนขยายของ Chrome ที่พัฒนาโดย pablocomiranda และคุณลักษณะหลักของมันคือ "Follow the price of ALL crypto in real time in ONE place, from more than 50 exchanges. Mark your favorites coins to follow them.…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย criptoprecio
ดาวน์โหลดไฟล์ส่วนขยาย criptoprecio ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Follow the price of ALL crypto in real time in ONE place, from more than 50 exchanges. Mark your favorites coins to follow them. Learn about how the value changes and know instantly when crypto prices move. A simple interface helps you visualize the price and changes easily. Details per coin: Mkt Cap Rank , Price , 1h% change , 1d% change , 1w% change. No registration required, all information is stored locally. Follow us on: Twitter: @criptoprecio
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | criptoprecio |
ID | hgnfiejekiilbchdomcjkmffnbjlbflc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/criptoprecio/hgnfiejekiilbchdomcjkmffnbjlbflc |
คำอธิบาย | Follow the price of ALL crypto in real time in ONE place, from more than 50 exchanges. Mark your favorites coins to follow them.… |
ขนาดไฟล์ | 849 KB |
จำนวนการติดตั้ง | 98 |
เวอร์ชันปัจจุบัน | 16.1 |
อัปเดตครั้งล่าสุด | 2023-12-06 |
วันที่เผยแพร่ | 2021-06-08 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | pablocomiranda |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://twitter.com/ValorCriptoBot |
URL หน้าช่วยเหลือ | https://twitter.com/ValorCriptoBot |
URL หน้านโยบายความเป็นส่วนตัว | https://developer.chrome.com/docs/webstore/program-policies/privacy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "criptoprecio", "version": "16.1", "manifest_version": 2, "icons": { "128": "logo.png" }, "browser_action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.google.com\/" ], "js": [ "content.js" ], "css": [ "style.css" ] } ] } |