Warframe Search

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

Qu'est-ce que Warframe Search ?

Warframe Search est une extension Chrome développée par David Freitag, et sa fonction principale est "A Chrome Extension that allows you to search the Warframe Wiki.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Warframe Search

Téléchargez les fichiers d'extension Warframe Search 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

                        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.                    

Informations de Base sur l'Extension

Nom Warframe Search Warframe Search
ID cibjbebkmdjkfafmijnljdefnhldclfh
URL Officiel https://chrome.google.com/webstore/detail/warframe-search/cibjbebkmdjkfafmijnljdefnhldclfh
Description A Chrome Extension that allows you to search the Warframe Wiki.
Taille du Fichier 867 KB
Nombre d'Installations 283
Version Actuelle 1.2
Dernière Mise à Jour 2015-04-29
Date de Publication 2015-04-29
Évaluation 4.21/5 Total 29 Évaluations
Développeur David Freitag
Type de Paiement free
Langues Prises en Charge 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"
    ]
}