WoW Activity Lookup
This extension will open the corresponding WoW Activity page for a WoW Armory page.
O que é WoW Activity Lookup?
WoW Activity Lookup é uma extensão do Chrome desenvolvida por http://wowactivity.kimptoc.net, e sua principal característica é "This extension will open the corresponding WoW Activity page for a WoW Armory page.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão WoW Activity Lookup
Baixe arquivos de extensão WoW Activity Lookup 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
The World of Warcraft Armory site shows the current state of your toon. But do you want to see a blow-by-blow activity feed as your character develops? This is available at http://wowactivity.kimptoc.net/. This extension lets you easily find the activity feed for a character on the Armory. For more information/support - please contact us via Twitter - @WowActivityFeed, https://twitter.com/WowActivityFeed PRIVACY DETAILS: No cookies are used. The only information stored is the name of the Warcraft toon that you look up. The only information stored is your IP address in the webserver logfiles.
Informações Básicas da Extensão
Nome | |
ID | njapjedhnpfpbfdeaaigolgoeeichfaj |
URL Oficial | https://chrome.google.com/webstore/detail/wow-activity-lookup/njapjedhnpfpbfdeaaigolgoeeichfaj |
Descrição | This extension will open the corresponding WoW Activity page for a WoW Armory page. |
Tamanho do Arquivo | 12.4 KB |
Contagem de Instalações | 13 |
Versão Atual | 3.0 |
Última Atualização | 2016-04-17 |
Data de Publicação | 2016-04-17 |
Classificação | 1.00/5 Total de 1 Avaliações |
Desenvolvedor | http://wowactivity.kimptoc.net |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/kimptoc/WoWActivityChromeExt- |
URL da Página de Ajuda | https://github.com/kimptoc/WoWActivityChromeExt- |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WoW Activity Lookup", "description": "This extension will open the corresponding WoW Activity page for a WoW Armory page.", "version": "3.0", "background": { "scripts": [ "background.js" ] }, "page_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs" ] } |