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.

Co je Stardew Valley Wiki Bundle Tracker?

Stardew Valley Wiki Bundle Tracker je rozšíření Chrome vyvinuté SDDev, a jeho hlavní funkcí je „Turns (http://stardewvalleywiki.com/Bundles) into a simple check list. Click once for yellow, again for green and again to clear.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Stardew Valley Wiki Bundle Tracker

Stáhněte si soubory rozšíření Stardew Valley Wiki Bundle Tracker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Stardew Valley Wiki Bundle Tracker Stardew Valley Wiki Bundle Tracker
ID cjpclbenhadlgcaagcecnkcbbmngffpj
Oficiální URL https://chrome.google.com/webstore/detail/stardew-valley-wiki-bundl/cjpclbenhadlgcaagcecnkcbbmngffpj
Popis Turns (http://stardewvalleywiki.com/Bundles) into a simple check list. Click once for yellow, again for green and again to clear.
Velikost souboru 37.31 KB
Počet instalací 410
Aktuální Verze 1.2
Poslední Aktualizace 2016-03-08
Datum Vydání 2016-03-08
Hodnocení 4.06/5 Celkem 18 Hodnocení
Vývojář SDDev
Typ Platby free
Podporované Jazyky 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
}