Warframe Search

A Chrome Extension that allows you to search the Warframe Wiki.

Cos'è Warframe Search?

Warframe Search è un'estensione di Chrome sviluppata da David Freitag, e la sua funzione principale è "A Chrome Extension that allows you to search the Warframe Wiki.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Warframe Search

Scarica i file di estensione Warframe 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

                        This is a very simple Extension, it allows you to either do a general search of the Warframe Wiki, or go directly to the page of whatever item you are looking for.

By default, the extension will not check the "Real Name" checkbox, but you can open the options page and change that. 

These settings are stored via Google Sync, if you choose not to use Sync, there is a setting to disable the use of Sync in the extension.                    

Informazioni di Base sull'Estensione

Nome Warframe Search Warframe Search
ID cibjbebkmdjkfafmijnljdefnhldclfh
URL Ufficiale https://chrome.google.com/webstore/detail/warframe-search/cibjbebkmdjkfafmijnljdefnhldclfh
Descrizione A Chrome Extension that allows you to search the Warframe Wiki.
Dimensione del File 867 KB
Conteggio Installazioni 283
Versione Corrente 1.2
Ultimo Aggiornamento 2015-04-29
Data di Pubblicazione 2015-04-29
Valutazione 4.21/5 Totale 29 Valutazioni
Sviluppatore David Freitag
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Warframe Search",
    "version": "1.2",
    "description": "A Chrome Extension that allows you to search the Warframe Wiki.",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "icons": {
        "128": "icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "storage",
        "tabs"
    ]
}