Rebel.com WHOIS Search

Rebel.com offers you a lightweight browser extention that provides you easy access to our WHOIS lookup service.

Cos'è Rebel.com WHOIS Search?

Rebel.com WHOIS Search è un'estensione di Chrome sviluppata da Momentous Corporation, e la sua funzione principale è "Rebel.com offers you a lightweight browser extention that provides you easy access to our WHOIS lookup service.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Rebel.com WHOIS Search

Scarica i file di estensione Rebel.com WHOIS Search in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                                            

Informazioni di Base sull'Estensione

Nome Rebel.com WHOIS Search Rebel.com WHOIS Search
ID oenhhgdoajmknlojhohfldhknngileff
URL Ufficiale https://chromewebstore.google.com/detail/rebelcom-whois-search/oenhhgdoajmknlojhohfldhknngileff
Descrizione Rebel.com offers you a lightweight browser extention that provides you easy access to our WHOIS lookup service.
Dimensione del File 49.37 KB
Conteggio Installazioni 36
Versione Corrente 1.0.0.0
Ultimo Aggiornamento 2013-02-14
Data di Pubblicazione 2013-02-14
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore Momentous Corporation
Tipo di Pagamento free
Sito Web dell'Estensione http://www.rebel.com
Lingue Supportate en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rebel.com WHOIS Search",
    "version": "1.0.0.0",
    "description": "Rebel.com offers you a lightweight browser extention that provides you easy access to our WHOIS lookup service.",
    "background": {
        "scripts": [
            "popup.js"
        ],
        "persistence": "true"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "browser_action": {
        "default_icon": "19-icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "16-icon.png",
        "48": "48-icon.png",
        "128": "128-icon.png"
    },
    "manifest_version": 2
}