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.

Qu'est-ce que Stardew Valley Wiki Bundle Tracker ?

Stardew Valley Wiki Bundle Tracker est une extension Chrome développée par SDDev, et sa fonction principale est "Turns (http://stardewvalleywiki.com/Bundles) into a simple check list. Click once for yellow, again for green and again to clear.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Stardew Valley Wiki Bundle Tracker

Téléchargez les fichiers d'extension Stardew Valley Wiki Bundle Tracker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Stardew Valley Wiki Bundle Tracker Stardew Valley Wiki Bundle Tracker
ID cjpclbenhadlgcaagcecnkcbbmngffpj
URL Officiel https://chrome.google.com/webstore/detail/stardew-valley-wiki-bundl/cjpclbenhadlgcaagcecnkcbbmngffpj
Description Turns (http://stardewvalleywiki.com/Bundles) into a simple check list. Click once for yellow, again for green and again to clear.
Taille du Fichier 37.31 KB
Nombre d'Installations 410
Version Actuelle 1.2
Dernière Mise à Jour 2016-03-08
Date de Publication 2016-03-08
Évaluation 4.06/5 Total 18 Évaluations
Développeur SDDev
Type de Paiement free
Langues Prises en Charge 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
}