Guardian Widget

Destiny progress tracker. Check this week's activities, modifiers and track your progress across all your characters.

O que é Guardian Widget?

Guardian Widget é uma extensão do Chrome desenvolvida por http://guardian.fm, e sua principal característica é "Destiny progress tracker. Check this week's activities, modifiers and track your progress across all your characters.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Guardian Widget

Baixe arquivos de extensão Guardian Widget 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

                        So this is a Destiny Progress Ultra Super Mega Tracker 9000 Extravaganza Progress Progress. 
Get it now and you can start:

- stalking your friends and whining about them going to raids without you;
- reminding yourself you play neither VoG nor Prison of Elders no more;
- thinking about The Black Spindle you're never gonna get every time you see Lost to Light as a daily;
- screaming along with Omnigul on Nightfalls (not really tho);
- logging in as one of your better friends and pretending the stats are yours;
- wondering where did the weekly crucible go (seriously, where?);
- whining about developers being lazy and doing everything in an iframe;
- getting HYPED for updates & new releases!                    

Informações Básicas da Extensão

Nome Guardian Widget Guardian Widget
ID okkeicmbodgaeceipcmdphlldkleleac
URL Oficial https://chrome.google.com/webstore/detail/guardian-widget/okkeicmbodgaeceipcmdphlldkleleac
Descrição Destiny progress tracker. Check this week's activities, modifiers and track your progress across all your characters.
Tamanho do Arquivo 15.98 KB
Contagem de Instalações 77
Versão Atual 0.1
Última Atualização 2016-03-06
Data de Publicação 2016-03-06
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor http://guardian.fm
Tipo de Pagamento free
Site da Extensão https://guardian.fm
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Guardian Widget",
    "description": "Destiny progress tracker. Check this week's activities, modifiers and track your progress across all your characters.",
    "version": "0.1",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "gfm.png",
        "default_popup": "popup.html",
        "default_title": "Guardian Widget"
    },
    "permissions": [
        "https:\/\/guardian.fm\/"
    ]
}