Stardew Valley Wiki Bundle Tracker
Turns (http://stardewvalleywiki.com/Bundles) into a simple check list. Click once for yellow, again for green and again to clear.
O que é Stardew Valley Wiki Bundle Tracker?
Stardew Valley Wiki Bundle Tracker é uma extensão do Chrome desenvolvida por SDDev, e sua principal característica é "Turns (http://stardewvalleywiki.com/Bundles) into a simple check list. Click once for yellow, again for green and again to clear.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Stardew Valley Wiki Bundle Tracker
Baixe arquivos de extensão Stardew Valley Wiki Bundle Tracker 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
Turns (http://stardewvalleywiki.com/Bundles) into a simple check list. Click once for yellow, again for green and again to clear. Yellow in your inventor/chest. Green submitted to community center. Cookies must be enabled, if clear them you will lose your inputs.
Informações Básicas da Extensão
Nome | |
ID | cjpclbenhadlgcaagcecnkcbbmngffpj |
URL Oficial | https://chrome.google.com/webstore/detail/stardew-valley-wiki-bundl/cjpclbenhadlgcaagcecnkcbbmngffpj |
Descrição | Turns (http://stardewvalleywiki.com/Bundles) into a simple check list. Click once for yellow, again for green and again to clear. |
Tamanho do Arquivo | 37.31 KB |
Contagem de Instalações | 410 |
Versão Atual | 1.2 |
Última Atualização | 2016-03-08 |
Data de Publicação | 2016-03-08 |
Classificação | 4.06/5 Total de 18 Avaliações |
Desenvolvedor | SDDev |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Stardew Valley Wiki Bundle Tracker", "description": "Turns (http:\/\/stardewvalleywiki.com\/Bundles) into a simple check list. Click once for yellow, again for green and again to clear.", "version": "1.2", "permissions": [ "tabs", "http:\/\/stardewvalleywiki.com\/Bundles*", "https:\/\/stardewvalleywiki.com\/Bundles*" ], "browser_action": { "default_title": "Stardew Valley Wiki Bundle Tracker", "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "jquery.min.js", "jquery.cookie.js", "content.js" ], "css": [ "sv.css" ], "matches": [ "http:\/\/stardewvalleywiki.com\/Bundles*", "https:\/\/stardewvalleywiki.com\/Bundles*" ] } ], "manifest_version": 2 } |