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.

什麼是Stardew Valley Wiki Bundle Tracker?

Stardew Valley Wiki Bundle Tracker是由SDDev開發的Chrome擴展程式,該擴展的主要功能是“Turns (http://stardewvalleywiki.com/Bundles) into a simple check list. Click once for yellow, again for green and again to clear.”。

擴展截圖

screenshot

下載Stardew Valley Wiki Bundle Tracker擴展crx文件

下載Stardew Valley Wiki Bundle Tracker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Stardew Valley Wiki Bundle Tracker Stardew Valley Wiki Bundle Tracker
ID cjpclbenhadlgcaagcecnkcbbmngffpj
官方網址 https://chrome.google.com/webstore/detail/stardew-valley-wiki-bundl/cjpclbenhadlgcaagcecnkcbbmngffpj
簡介 Turns (http://stardewvalleywiki.com/Bundles) into a simple check list. Click once for yellow, again for green and again to clear.
檔案大小 37.31 KB
安裝次數 410
目前版本 1.2
更新時間 2016-03-08
上架時間 2016-03-08
評分 4.06/5 共 18 次評分
開發者 SDDev
付費類型 free
支援的語言 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
}