Bitcoin Sneak Peek
Instantly see the balance of a Bitcoin address mentioned on any web page.
Bitcoin Sneak Peekคืออะไร?
Bitcoin Sneak Peek เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.squobble.com และคุณลักษณะหลักของมันคือ "Instantly see the balance of a Bitcoin address mentioned on any web page."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bitcoin Sneak Peek
ดาวน์โหลดไฟล์ส่วนขยาย Bitcoin Sneak Peek ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension adds a small icon to the right of each Bitcoin address on every web site. Clicking it shows you the current balance of the address and the total received coins. Data is pulled from Blockchain.info (or from blockexplorer.com, if Blockchain is down). Source code: https://github.com/steven2358/BitcoinSneakPeek Changelog: https://github.com/steven2358/BitcoinSneakPeek/commits/master Orange juice fund: 1KLoepWkHVEMksdMCsu7nc5amfTvVb2qvk
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Bitcoin Sneak Peek |
ID | nmoioahfkdpfpjngcljhcphglbdppdmj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/bitcoin-sneak-peek/nmoioahfkdpfpjngcljhcphglbdppdmj |
คำอธิบาย | Instantly see the balance of a Bitcoin address mentioned on any web page. |
ขนาดไฟล์ | 14.81 KB |
จำนวนการติดตั้ง | 176 |
เวอร์ชันปัจจุบัน | 0.5 |
อัปเดตครั้งล่าสุด | 2017-12-14 |
วันที่เผยแพร่ | 2017-12-14 |
คะแนน | 4.50/5 รวมทั้งหมด 16 คะแนน |
ผู้พัฒนา | https://www.squobble.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bitcoin Sneak Peek", "version": "0.5", "description": "Instantly see the balance of a Bitcoin address mentioned on any web page.", "permissions": [ "https:\/\/blockchain.info\/", "https:\/\/blockexplorer.com\/" ], "web_accessible_resources": [ "i\/bitcoinsneakpeak32.png" ], "icons": { "128": "i\/logo128x128.png", "48": "i\/logo48x48.png" }, "content_scripts": [ { "matches": [ " |