Bitcoin Sneak Peek
Instantly see the balance of a Bitcoin address mentioned on any web page.
Hvad er Bitcoin Sneak Peek?
Bitcoin Sneak Peek er en Chrome-udvidelse udviklet af https://www.squobble.com, og dens hovedfunktion er "Instantly see the balance of a Bitcoin address mentioned on any web page.".
Udvidelsesskærmbilleder
Download Bitcoin Sneak Peek-udvidelses-CRX-fil
Download Bitcoin Sneak Peek-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | Bitcoin Sneak Peek |
ID | nmoioahfkdpfpjngcljhcphglbdppdmj |
Officiel URL | https://chromewebstore.google.com/detail/bitcoin-sneak-peek/nmoioahfkdpfpjngcljhcphglbdppdmj |
Beskrivelse | Instantly see the balance of a Bitcoin address mentioned on any web page. |
Filstørrelse | 14.81 KB |
Antal Installationer | 176 |
Nuværende Version | 0.5 |
Senest Opdateret | 2017-12-14 |
Udgivelsesdato | 2017-12-14 |
Bedømmelse | 4.50/5 Samlet 16 Bedømmelser |
Udvikler | https://www.squobble.com |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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": [ " |