Warframe Search
A Chrome Extension that allows you to search the Warframe Wiki.
O que é Warframe Search?
Warframe Search é uma extensão do Chrome desenvolvida por David Freitag, e sua principal característica é "A Chrome Extension that allows you to search the Warframe Wiki.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Warframe Search
Baixe arquivos de extensão Warframe Search no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | cibjbebkmdjkfafmijnljdefnhldclfh |
URL Oficial | https://chrome.google.com/webstore/detail/warframe-search/cibjbebkmdjkfafmijnljdefnhldclfh |
Descrição | A Chrome Extension that allows you to search the Warframe Wiki. |
Tamanho do Arquivo | 867 KB |
Contagem de Instalações | 283 |
Versão Atual | 1.2 |
Última Atualização | 2015-04-29 |
Data de Publicação | 2015-04-29 |
Classificação | 4.21/5 Total de 29 Avaliações |
Desenvolvedor | David Freitag |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |