Blockchain Lookup

Blockchain Lookup lets you search blockchain.info on the fly by introducing a 'Blockchain Lookup' context menu item.

Qu'est-ce que Blockchain Lookup ?

Blockchain Lookup est une extension Chrome développée par Unknown, et sa fonction principale est "Blockchain Lookup lets you search blockchain.info on the fly by introducing a 'Blockchain Lookup' context menu item.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Blockchain Lookup

Téléchargez les fichiers d'extension Blockchain Lookup au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Blockchain Lookup lets you search blockchain.info on the fly by introducing a 'Blockchain Lookup' context menu item.                    

Informations de Base sur l'Extension

Nom Blockchain Lookup Blockchain Lookup
ID bfcefbndnnmbpdakahehjmpegmpimgef
URL Officiel https://chromewebstore.google.com/detail/blockchain-lookup/bfcefbndnnmbpdakahehjmpegmpimgef
Description Blockchain Lookup lets you search blockchain.info on the fly by introducing a 'Blockchain Lookup' context menu item.
Taille du Fichier 3.22 KB
Nombre d'Installations 85
Version Actuelle 0.1
Dernière Mise à Jour 2013-11-27
Date de Publication 2013-11-27
Évaluation 5.00/5 Total 1 Évaluations
Développeur Unknown
Type de Paiement free
Langues Prises en Charge 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
}