Warframe Search
A Chrome Extension that allows you to search the Warframe Wiki.
Wat is Warframe Search?
Warframe Search is een Chrome-extensie ontwikkeld door David Freitag, en de belangrijkste functie is "A Chrome Extension that allows you to search the Warframe Wiki.".
Extensie Screenshots
Download het CRX-bestand van de extensie Warframe Search
Download Warframe Search-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
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.
Basisinformatie over de Extensie
Naam | |
ID | cibjbebkmdjkfafmijnljdefnhldclfh |
Officiële URL | https://chrome.google.com/webstore/detail/warframe-search/cibjbebkmdjkfafmijnljdefnhldclfh |
Beschrijving | A Chrome Extension that allows you to search the Warframe Wiki. |
Bestandsgrootte | 867 KB |
Aantal Installaties | 283 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2015-04-29 |
Publicatiedatum | 2015-04-29 |
Beoordeling | 4.21/5 Totaal 29 Beoordelingen |
Ontwikkelaar | David Freitag |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |