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 to jest Stardew Valley Wiki Bundle Tracker?

Stardew Valley Wiki Bundle Tracker to rozszerzenie Chrome opracowane przez SDDev, a jego główną funkcją jest „Turns (http://stardewvalleywiki.com/Bundles) into a simple check list. Click once for yellow, again for green and again to clear.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Stardew Valley Wiki Bundle Tracker

Pobierz pliki rozszerzeń Stardew Valley Wiki Bundle Tracker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Stardew Valley Wiki Bundle Tracker Stardew Valley Wiki Bundle Tracker
ID cjpclbenhadlgcaagcecnkcbbmngffpj
Oficjalny URL https://chrome.google.com/webstore/detail/stardew-valley-wiki-bundl/cjpclbenhadlgcaagcecnkcbbmngffpj
Opis Turns (http://stardewvalleywiki.com/Bundles) into a simple check list. Click once for yellow, again for green and again to clear.
Rozmiar pliku 37.31 KB
Liczba instalacji 410
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2016-03-08
Data Publikacji 2016-03-08
Ocena 4.06/5 Łącznie 18 Oceny
Deweloper SDDev
Typ Płatności free
Obsługiwane Języki 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
}