Blockchain Lookup
Blockchain Lookup lets you search blockchain.info on the fly by introducing a 'Blockchain Lookup' context menu item.
Wat is Blockchain Lookup?
Blockchain Lookup is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Blockchain Lookup lets you search blockchain.info on the fly by introducing a 'Blockchain Lookup' context menu item.".
Extensie Screenshots
Download het CRX-bestand van de extensie Blockchain Lookup
Download Blockchain Lookup-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Blockchain Lookup lets you search blockchain.info on the fly by introducing a 'Blockchain Lookup' context menu item.
Basisinformatie over de Extensie
Naam | Blockchain Lookup |
ID | bfcefbndnnmbpdakahehjmpegmpimgef |
Officiële URL | https://chromewebstore.google.com/detail/blockchain-lookup/bfcefbndnnmbpdakahehjmpegmpimgef |
Beschrijving | Blockchain Lookup lets you search blockchain.info on the fly by introducing a 'Blockchain Lookup' context menu item. |
Bestandsgrootte | 3.22 KB |
Aantal Installaties | 85 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2013-11-27 |
Publicatiedatum | 2013-11-27 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Unknown |
Betalingswijze | free |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Blockchain Lookup", "description": "Blockchain Lookup lets you search blockchain.info on the fly by introducing a 'Blockchain Lookup' context menu item.", "version": "0.1", "permissions": [ "contextMenus" ], "background": { "scripts": [ "BlockchainLookup.js" ] }, "manifest_version": 2 } |