Warframe Search
A Chrome Extension that allows you to search the Warframe Wiki.
¿Qué es Warframe Search?
Warframe Search es una extensión de Chrome desarrollada por David Freitag, y su función principal es "A Chrome Extension that allows you to search the Warframe Wiki.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Warframe Search
Descarga archivos de extensión Warframe Search en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | cibjbebkmdjkfafmijnljdefnhldclfh |
URL Oficial | https://chrome.google.com/webstore/detail/warframe-search/cibjbebkmdjkfafmijnljdefnhldclfh |
Descripción | A Chrome Extension that allows you to search the Warframe Wiki. |
Tamaño del Archivo | 867 KB |
Cantidad de Instalaciones | 283 |
Versión Actual | 1.2 |
Última Actualización | 2015-04-29 |
Fecha de Publicación | 2015-04-29 |
Calificación | 4.21/5 Total de 29 Calificaciones |
Desarrollador | David Freitag |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } |